mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
fix gdd balance decimal
This commit is contained in:
parent
61c1f8296c
commit
441b656eb8
@ -8,7 +8,7 @@
|
|||||||
<div class="card-profile-stats d-flex justify-content-center mt-md-5">
|
<div class="card-profile-stats d-flex justify-content-center mt-md-5">
|
||||||
<div>
|
<div>
|
||||||
<span class="heading">
|
<span class="heading">
|
||||||
{{ $n(balance) }}
|
{{ $n(balance, 'decimal') }}
|
||||||
</span>
|
</span>
|
||||||
<span class="description">GDD</span>
|
<span class="description">GDD</span>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -27,9 +27,9 @@ describe('UserProfileOverview', () => {
|
|||||||
expect(wrapper.findComponent({ name: 'FormUserData' }).exists()).toBeTruthy()
|
expect(wrapper.findComponent({ name: 'FormUserData' }).exists()).toBeTruthy()
|
||||||
})
|
})
|
||||||
|
|
||||||
//it('has a user name form', () => {
|
// it('has a user name form', () => {
|
||||||
// expect(wrapper.findComponent({ name: 'FormUsername' }).exists()).toBeTruthy()
|
// expect(wrapper.findComponent({ name: 'FormUsername' }).exists()).toBeTruthy()
|
||||||
//})
|
// })
|
||||||
|
|
||||||
it('has a user password form', () => {
|
it('has a user password form', () => {
|
||||||
expect(wrapper.findComponent({ name: 'FormUserPasswort' }).exists()).toBeTruthy()
|
expect(wrapper.findComponent({ name: 'FormUserPasswort' }).exists()).toBeTruthy()
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user