Update webapp/components/notifications/NotificationMenu/NotificationMenu.spec.js

Co-Authored-By: Robert Schäfer <git@roschaefer.de>
This commit is contained in:
Wolfgang Huß 2019-09-23 13:44:03 +02:00
parent d1444619ab
commit 597ec9d109

View File

@ -98,7 +98,7 @@ describe('NotificationMenu.vue', () => {
}
})
it('displays the unred number of notifications', () => {
it('displays the unread number of notifications', () => {
wrapper = Wrapper()
expect(wrapper.find('ds-button-stub').text()).toEqual('2')
})