mirror of
https://github.com/IT4Change/gradido.git
synced 2025-12-13 07:45:54 +00:00
adapt unit tests to changes on frontend overview page
This commit is contained in:
parent
7a5fcd9ea6
commit
d3592e267c
@ -25,10 +25,11 @@ describe('Overview', () => {
|
||||
wrapper = Wrapper()
|
||||
})
|
||||
|
||||
it('has a transactions table', () => {
|
||||
expect(wrapper.find('div.gdd-transaction-list').exists()).toBeTruthy()
|
||||
it('has a community news element', () => {
|
||||
expect(wrapper.find('div.community-news').exists()).toBeTruthy()
|
||||
})
|
||||
|
||||
/*
|
||||
describe('timestamp updates', () => {
|
||||
it('emits update transactions', async () => {
|
||||
expect(wrapper.emitted('update-transactions')).toHaveLength(1)
|
||||
@ -36,5 +37,6 @@ describe('Overview', () => {
|
||||
expect(wrapper.emitted('update-transactions')).toHaveLength(2)
|
||||
})
|
||||
})
|
||||
*/
|
||||
})
|
||||
})
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user