From a65d94857d4545e6ae6bc2d8cd588c125702fa55 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Wolfgang=20Hu=C3=9F?= Date: Thu, 20 Feb 2020 11:11:42 +0100 Subject: [PATCH] Fix filedReport query in Cypress test --- cypress/integration/common/report.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress/integration/common/report.js b/cypress/integration/common/report.js index cc424ef3e..cb2cbdece 100644 --- a/cypress/integration/common/report.js +++ b/cypress/integration/common/report.js @@ -137,7 +137,7 @@ Given('somebody reported the following posts:', table => { .authenticateAs(submitter) .mutate(gql`mutation($resourceId: ID!, $reasonCategory: ReasonCategory!, $reasonDescription: String!) { fileReport(resourceId: $resourceId, reasonCategory: $reasonCategory, reasonDescription: $reasonDescription) { - id + reportId } }`, { resourceId,