This commit is contained in:
Ulf Gebhardt 2022-11-23 23:52:53 +01:00
parent 16e6b0f493
commit 6f8212fe54
Signed by: ulfgebhardt
GPG Key ID: DA6B843E748679C9

View File

@ -110,7 +110,7 @@ describe('Contribution Links', () => {
describe('authenticated', () => { describe('authenticated', () => {
describe('without admin rights', () => { describe('without admin rights', () => {
beforeAll(async () => { beforeAll(async () => {
user = await userFactory(testEnv, bibiBloxberg) await userFactory(testEnv, bibiBloxberg)
await mutate({ await mutate({
mutation: login, mutation: login,
variables: { email: 'bibi@bloxberg.de', password: 'Aa12345_' }, variables: { email: 'bibi@bloxberg.de', password: 'Aa12345_' },