File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -27,11 +27,11 @@ Feature: GraphQL mutation support
2727 And the response should be in JSON
2828 And the header "Content-Type" should be equal to "application/json"
2929 And the JSON node "data.__type.fields[0].name" should contain "delete"
30- And the JSON node "data.__type.fields[0].description" should match '/^Deletes a [A-z ]+\. $/'
31- And the JSON node "data.__type.fields[0].type.name" should match "/^delete[A-z ]+Payload$/"
30+ And the JSON node "data.__type.fields[0].description" should match '/^Deletes a [A-z0-9 ]+\. $/'
31+ And the JSON node "data.__type.fields[0].type.name" should match "/^delete[A-z0-9 ]+Payload$/"
3232 And the JSON node "data.__type.fields[0].type.kind" should be equal to "OBJECT"
3333 And the JSON node "data.__type.fields[0].args[0].name" should be equal to "input"
34- And the JSON node "data.__type.fields[0].args[0].type.name" should match "/^delete[A-z ]+Input$/"
34+ And the JSON node "data.__type.fields[0].args[0].type.name" should match "/^delete[A-z0-9 ]+Input$/"
3535 And the JSON node "data.__type.fields[0].args[0].type.kind" should be equal to "INPUT_OBJECT"
3636
3737 Scenario : Create an item
You can’t perform that action at this time.
0 commit comments