|
207 | 207 | <argument name="domDocumentClass" xsi:type="string">Magento\FunctionalTestingFramework\Test\Config\Dom</argument>
|
208 | 208 | <argument name="idAttributes" xsi:type="array">
|
209 | 209 | <item name="/tests/test" xsi:type="string">name</item>
|
210 |
| - <item name="/tests/test/remove" xsi:type="string">keyForRemoval</item> |
211 |
| - <item name="/tests/test/(actionGroup|&commonTestActions;)" xsi:type="string">stepKey</item> |
212 | 210 | <item name="/tests/test/actionGroup/argument" xsi:type="string">name</item>
|
213 | 211 | <item name="/tests/test/(createData|updateData|getData)/requiredEntity" xsi:type="string">createDataKey</item>
|
214 |
| - <item name="/tests/test/(before|after)/(createData|updateData|getData)/requiredEntity" xsi:type="string">createDataKey</item> |
| 212 | + <item name="/tests/test/(actionGroup|&commonTestActions;)" xsi:type="string">stepKey</item> |
| 213 | + <item name="/tests/test/(before|after)/(actionGroup|&commonTestActions;)" xsi:type="string">stepKey</item> |
| 214 | + <item name="/tests/test/remove" xsi:type="string">keyForRemoval</item> |
215 | 215 | <item name="/tests/test/(before|after)/remove" xsi:type="string">keyForRemoval</item>
|
| 216 | + <item name="/tests/test/(before|after)/(createData|updateData|getData)/requiredEntity" xsi:type="string">createDataKey</item> |
216 | 217 | <item name="/tests/test/annotations(/group)+" xsi:type="string">value</item>
|
217 | 218 | </argument>
|
218 | 219 | <argument name="fileName" xsi:type="string">*.xml</argument>
|
|
223 | 224 | <virtualType name="Magento\FunctionalTestingFramework\Test\Config\Dom\ArrayNodeConfig" type="Magento\FunctionalTestingFramework\Config\Dom\ArrayNodeConfig">
|
224 | 225 | <arguments>
|
225 | 226 | <argument name="assocArrayAttributes" xsi:type="array">
|
226 |
| - <item name="/tests/test" xsi:type="string">name</item> |
227 |
| - <item name="/tests/test/remove" xsi:type="string">keyForRemoval</item> |
228 |
| - <item name="/tests/test/actionGroup/argument" xsi:type="string">name</item> |
229 | 227 | <item name="/tests/test/(actionGroup|&commonTestActions;)" xsi:type="string">stepKey</item>
|
230 | 228 | <item name="/tests/test/(before|after)/(actionGroup|&commonTestActions;)" xsi:type="string">stepKey</item>
|
| 229 | + <item name="/tests/test/remove" xsi:type="string">keyForRemoval</item> |
231 | 230 | <item name="/tests/test/(before|after)/remove" xsi:type="string">keyForRemoval</item>
|
| 231 | + <item name="/tests/test" xsi:type="string">name</item> |
232 | 232 | <item name="/tests/test/(createData|updateData|getData)/requiredEntity" xsi:type="string">createDataKey</item>
|
233 | 233 | <item name="/tests/test/(before|after)/(createData|updateData|getData)/requiredEntity" xsi:type="string">createDataKey</item>
|
| 234 | + <item name="/tests/test/actionGroup/argument" xsi:type="string">name</item> |
| 235 | + <item name="/tests/test/(before|after)/actionGroup/argument" xsi:type="string">name</item> |
234 | 236 | </argument>
|
235 | 237 | <argument name="numericArrays" xsi:type="array">
|
236 | 238 | <item name="/tests/test/annotations/features" xsi:type="string">/tests/test/annotations/features</item>
|
|
0 commit comments