Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
test: fix e2e test
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Jun 1, 2021
1 parent fd7cf56 commit 8c300bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/support/commands.ts
Expand Up @@ -47,7 +47,7 @@ Cypress.Commands.add("init", () => {
method: "POST",
url: `${config.api}/graphql`,
body: {
query: `mutation($userId: ID!, $teamId: ID!, $name: String!, $lang: String!) {
query: `mutation($userId: ID!, $teamId: ID!, $name: String!, $lang: String!, $secret: String) {
deleteMe(input: { userId: $userId }) { userId }
signup(input: { userId: $userId, teamId: $teamId, secret: $secret }) { user { id } }
updateMe(input: { name: $name, lang: $lang }) { user { id, name, lang } }
Expand Down

0 comments on commit 8c300bc

Please sign in to comment.