Skip to content

Commit ad7ebde

Browse files
author
Stas Puga
committed
MAGETWO-90115: Automate purchasing a product with Custom Options
1 parent 7607f72 commit ad7ebde

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Catalog/Test/StorefrontPurchaseProductCustomOptionsDifferentStoreViews.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,9 +47,9 @@
4747
</before>
4848

4949
<after>
50-
<deleteData stepKey="deleteProduct" createDataKey="createProduct"/>
51-
<deleteData stepKey="deleteCategory" createDataKey="createCategory"/>
52-
<deleteData stepKey="deleteCustomer" createDataKey="createCustomer"/>
50+
<deleteData createDataKey="createProduct" stepKey="deleteProduct"/>
51+
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
52+
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
5353

5454
<!-- Delete Store View EN -->
5555

0 commit comments

Comments
 (0)