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
27
27
And the response should be in JSON
28
28
And the header "Content-Type" should be equal to "application/json"
29
29
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$/"
32
32
And the JSON node "data.__type.fields[0].type.kind" should be equal to "OBJECT"
33
33
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$/"
35
35
And the JSON node "data.__type.fields[0].args[0].type.kind" should be equal to "INPUT_OBJECT"
36
36
37
37
Scenario : Create an item
You can’t perform that action at this time.
0 commit comments