Skip to content

Commit dbb0a31

Browse files
committed
MAGETWO-96379: Cart Price Rule grid count and pagination is wrong
- Fixed incorrect steps order
1 parent 4ee3bb3 commit dbb0a31

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Catalog/Test/Mftf/Test/CheckTierPricingOfProductsTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -317,13 +317,13 @@
317317
<deleteData createDataKey="product4" stepKey="deleteProduct4"/>
318318
<deleteData createDataKey="category" stepKey="deleteCategory"/>
319319
<deleteData createDataKey="customer" stepKey="deleteCustomer"/>
320+
<actionGroup ref="DeleteCartPriceRuleByName" stepKey="cleanUpRule">
321+
<argument name="ruleName" value="ship"/>
322+
</actionGroup>
320323
<createData entity="DefaultConfigCatalogPrice" stepKey="defaultConfigCatalogPrice"/>
321324
<actionGroup ref="AdminDeleteWebsiteActionGroup" stepKey="DeleteWebsite">
322325
<argument name="websiteName" value="secondWebsite"/>
323326
</actionGroup>
324-
<actionGroup ref="DeleteCartPriceRuleByName" stepKey="cleanUpRule">
325-
<argument name="ruleName" value="ship"/>
326-
</actionGroup>
327327
<actionGroup ref="logout" stepKey="logout"/>
328328
</after>
329329
</test>

0 commit comments

Comments
 (0)