From 9ad3b704df9dc7b51f4231401caff3f7d71e4433 Mon Sep 17 00:00:00 2001 From: mahula Date: Mon, 8 May 2023 12:10:43 +0200 Subject: [PATCH] adapt cypress env loginQuery to changes in backend --- e2e-tests/cypress.config.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/e2e-tests/cypress.config.ts b/e2e-tests/cypress.config.ts index 7205ef9cb..e26259626 100644 --- a/e2e-tests/cypress.config.ts +++ b/e2e-tests/cypress.config.ts @@ -58,7 +58,7 @@ export default defineConfig({ mailserverURL: 'http://localhost:1080', loginQuery: `mutation ($email: String!, $password: String!, $publisherId: Int) { login(email: $email, password: $password, publisherId: $publisherId) { - email + id firstName lastName language