Fix tests

This commit is contained in:
Wolfgang Huß 2020-02-07 11:17:21 +01:00
parent ee9bec18f9
commit 84fccdd470

View File

@ -74,15 +74,15 @@ describe('NotificationsTable.vue', () => {
})
it('for user', () => {
expect(wrapper.vm.fields.user).toBeTruthy()
expect(wrapper.vm.fields.triggerer).toBeTruthy()
})
it('for post', () => {
expect(wrapper.vm.fields.post).toBeTruthy()
expect(wrapper.vm.fields.title).toBeTruthy()
})
it('for content', () => {
expect(wrapper.vm.fields.content).toBeTruthy()
expect(wrapper.vm.fields.metadata).toBeTruthy()
})
})