Fix filedReport query in Cypress test

This commit is contained in:
Wolfgang Huß 2020-02-20 11:11:42 +01:00
parent 82f3eb2a29
commit a65d94857d

View File

@ -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,