From efed348a9446a4c5c9aef10a6ba3c65a4efadfa7 Mon Sep 17 00:00:00 2001 From: Hannes Heine Date: Wed, 13 Oct 2021 05:34:14 +0200 Subject: [PATCH] Change the Test name so that we see if their is a publisher ID or not Co-authored-by: Moriz Wahl --- frontend/src/components/SidebarPlugin/SideBar.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/SidebarPlugin/SideBar.spec.js b/frontend/src/components/SidebarPlugin/SideBar.spec.js index 385c2bbef..2792c16b6 100644 --- a/frontend/src/components/SidebarPlugin/SideBar.spec.js +++ b/frontend/src/components/SidebarPlugin/SideBar.spec.js @@ -82,7 +82,7 @@ describe('SideBar', () => { }) describe('static menu items', () => { - describe("member's area", () => { + describe("member's area without publisher ID", () => { it('has a link to the elopage', () => { expect(wrapper.findAll('li').at(0).text()).toContain('members_area') })