Change the Test name so that we see if their is a publisher ID or not

Co-authored-by: Moriz Wahl <moriz.wahl@gmx.de>
This commit is contained in:
Hannes Heine 2021-10-13 05:34:14 +02:00 committed by GitHub
parent 3fdb503ea6
commit efed348a94
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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')
})