mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
mobil navbar set sheet image
This commit is contained in:
parent
5203644283
commit
3c86d523a8
@ -58,7 +58,7 @@ describe('InputHour', () => {
|
||||
})
|
||||
|
||||
it('has the value 0', () => {
|
||||
expect(wrapper.vm.currentValue).toEqual(0)
|
||||
expect(wrapper.vm.currentValue).toEqual(null)
|
||||
})
|
||||
|
||||
it('has the label "input-field-label"', () => {
|
||||
|
||||
@ -130,7 +130,7 @@ button.navbar-toggler > span.navbar-toggler-icon {
|
||||
background-color: #f5f5f5e6;
|
||||
}
|
||||
.sheet-img {
|
||||
left: 27%;
|
||||
left: 5%;
|
||||
max-width: 61%;
|
||||
}
|
||||
}
|
||||
|
||||
@ -286,8 +286,10 @@ describe('Community', () => {
|
||||
})
|
||||
|
||||
it('set all data to the default values)', () => {
|
||||
const now = new Date().toISOString().split('T')[0]
|
||||
|
||||
expect(wrapper.vm.form.id).toBe(null)
|
||||
expect(wrapper.vm.form.date).toBe('')
|
||||
expect(wrapper.vm.form.date.text()).toContain(now)
|
||||
expect(wrapper.vm.form.memo).toBe('')
|
||||
expect(wrapper.vm.form.amount).toBe('')
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user