Update frontend/src/components/SidebarPlugin/SideBar.spec.js

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

View File

@ -109,7 +109,7 @@ describe('SideBar', () => {
})
})
describe('with hasElopage is true', () => {
describe('member's area with publisher ID', () => {
beforeEach(() => {
mocks.$store.state.hasElopage = true
})