From 597ec9d109869c7263b977a76be886b7f9aa8c83 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Mon, 23 Sep 2019 13:44:03 +0200 Subject: [PATCH] Update webapp/components/notifications/NotificationMenu/NotificationMenu.spec.js MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Robert Schäfer --- .../notifications/NotificationMenu/NotificationMenu.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webapp/components/notifications/NotificationMenu/NotificationMenu.spec.js b/webapp/components/notifications/NotificationMenu/NotificationMenu.spec.js index 5805f475e..51b74b7f2 100644 --- a/webapp/components/notifications/NotificationMenu/NotificationMenu.spec.js +++ b/webapp/components/notifications/NotificationMenu/NotificationMenu.spec.js @@ -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') })