|
45 | 45 | <argument name="categoryName" value="admin"/>
|
46 | 46 | <argument name="categoryUrlKey" value=""/>
|
47 | 47 | </actionGroup>
|
48 |
| - <see userInput='URL key "admin" conflicts with reserved endpoint names: admin, soap, rest, graphql. Try another url key.' stepKey="seeAdminFirstErrorMessage"/> |
| 48 | + <see userInput='URL key "soap" matches a reserved endpoint name (admin, soap, rest, graphql, standard). Use another URL key.' stepKey="seeAdminFirstErrorMessage"/> |
49 | 49 | <actionGroup ref="FillCategoryNameAndUrlKeyAndSave" stepKey="fillAdminSecondCategoryForm">
|
50 | 50 | <argument name="categoryName" value="{{SimpleSubCategory.name}}"/>
|
51 | 51 | <argument name="categoryUrlKey" value="admin"/>
|
52 | 52 | </actionGroup>
|
53 |
| - <see userInput='URL key "admin" conflicts with reserved endpoint names: admin, soap, rest, graphql. Try another url key.' stepKey="seeAdminSecondErrorMessage"/> |
| 53 | + <see userInput='URL key "soap" matches a reserved endpoint name (admin, soap, rest, graphql, standard). Use another URL key.' stepKey="seeAdminSecondErrorMessage"/> |
54 | 54 | <!--Create category with 'admin' name-->
|
55 | 55 | <comment userInput="Create category with 'admin' name" stepKey="commentAdminCategoryCreation"/>
|
56 | 56 | <actionGroup ref="FillCategoryNameAndUrlKeyAndSave" stepKey="fillAdminThirdCategoryForm">
|
|
66 | 66 | <argument name="categoryName" value="soap"/>
|
67 | 67 | <argument name="categoryUrlKey" value=""/>
|
68 | 68 | </actionGroup>
|
69 |
| - <see userInput='URL key "soap" conflicts with reserved endpoint names: admin, soap, rest, graphql. Try another url key.' stepKey="seeSoapFirstErrorMessage"/> |
| 69 | + <see userInput='URL key "soap" matches a reserved endpoint name (admin, soap, rest, graphql, standard). Use another URL key.' stepKey="seeSoapFirstErrorMessage"/> |
70 | 70 | <actionGroup ref="FillCategoryNameAndUrlKeyAndSave" stepKey="fillSoapSecondCategoryForm">
|
71 | 71 | <argument name="categoryName" value="{{ApiCategory.name}}"/>
|
72 | 72 | <argument name="categoryUrlKey" value="soap"/>
|
73 | 73 | </actionGroup>
|
74 |
| - <see userInput='URL key "soap" conflicts with reserved endpoint names: admin, soap, rest, graphql. Try another url key.' stepKey="seeSoapSecondErrorMessage"/> |
| 74 | + <see userInput='URL key "soap" matches a reserved endpoint name (admin, soap, rest, graphql, standard). Use another URL key.' stepKey="seeSoapSecondErrorMessage"/> |
75 | 75 | <!--Create category with 'soap' name-->
|
76 | 76 | <comment userInput="Create category with 'soap' name" stepKey="commentSoapCategoryCreation"/>
|
77 | 77 | <actionGroup ref="FillCategoryNameAndUrlKeyAndSave" stepKey="fillSoapThirdCategoryForm">
|
|
87 | 87 | <argument name="categoryName" value="rest"/>
|
88 | 88 | <argument name="categoryUrlKey" value=""/>
|
89 | 89 | </actionGroup>
|
90 |
| - <see userInput='URL key "rest" conflicts with reserved endpoint names: admin, soap, rest, graphql. Try another url key.' stepKey="seeRestFirstErrorMessage"/> |
| 90 | + <see userInput='URL key "soap" matches a reserved endpoint name (admin, soap, rest, graphql, standard). Use another URL key.' stepKey="seeRestFirstErrorMessage"/> |
91 | 91 | <actionGroup ref="FillCategoryNameAndUrlKeyAndSave" stepKey="fillRestSecondCategoryForm">
|
92 | 92 | <argument name="categoryName" value="{{SubCategoryWithParent.name}}"/>
|
93 | 93 | <argument name="categoryUrlKey" value="rest"/>
|
94 | 94 | </actionGroup>
|
95 |
| - <see userInput='URL key "rest" conflicts with reserved endpoint names: admin, soap, rest, graphql. Try another url key.' stepKey="seeRestSecondErrorMessage"/> |
| 95 | + <see userInput='URL key "soap" matches a reserved endpoint name (admin, soap, rest, graphql, standard). Use another URL key.' stepKey="seeRestSecondErrorMessage"/> |
96 | 96 | <!--Create category with 'rest' name-->
|
97 | 97 | <comment userInput="Create category with 'rest' name" stepKey="commentRestCategoryCreation"/>
|
98 | 98 | <actionGroup ref="FillCategoryNameAndUrlKeyAndSave" stepKey="fillRestThirdCategoryForm">
|
|
108 | 108 | <argument name="categoryName" value="graphql"/>
|
109 | 109 | <argument name="categoryUrlKey" value=""/>
|
110 | 110 | </actionGroup>
|
111 |
| - <see userInput='URL key "graphql" conflicts with reserved endpoint names: admin, soap, rest, graphql. Try another url key.' stepKey="seeGraphQlFirstErrorMessage"/> |
| 111 | + <see userInput='URL key "soap" matches a reserved endpoint name (admin, soap, rest, graphql, standard). Use another URL key.' stepKey="seeGraphQlFirstErrorMessage"/> |
112 | 112 | <actionGroup ref="FillCategoryNameAndUrlKeyAndSave" stepKey="fillGraphQlSecondCategoryForm">
|
113 | 113 | <argument name="categoryName" value="{{NewSubCategoryWithParent.name}}"/>
|
114 | 114 | <argument name="categoryUrlKey" value="graphql"/>
|
115 | 115 | </actionGroup>
|
116 |
| - <see userInput='URL key "graphql" conflicts with reserved endpoint names: admin, soap, rest, graphql. Try another url key.' stepKey="seeGraphQlSecondErrorMessage"/> |
| 116 | + <see userInput='URL key "soap" matches a reserved endpoint name (admin, soap, rest, graphql, standard). Use another URL key.URL key "graphql" conflicts with reserved endpoint names: admin, soap, rest, graphql. Try another url key.' stepKey="seeGraphQlSecondErrorMessage"/> |
117 | 117 | <!--Create category with 'graphql' name-->
|
118 | 118 | <comment userInput="Create category with 'graphql' name" stepKey="commentGraphQlCategoryCreation"/>
|
119 | 119 | <actionGroup ref="FillCategoryNameAndUrlKeyAndSave" stepKey="fillGraphQlThirdCategoryForm">
|
|
0 commit comments