Skip to content

Commit 0b82685

Browse files
authored
Update MultiShippingWithCreationNewCustomerAndAddressesDuringCheckoutTest.xml
AC-4685: added fix for AddNewProductAttributeInProductPageTest
1 parent e8ef6d4 commit 0b82685

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

app/code/Magento/Shipping/Test/Mftf/Test/MultiShippingWithCreationNewCustomerAndAddressesDuringCheckoutTest.xml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,9 @@
1717
</annotations>
1818
<before>
1919
<actionGroup ref="AdminLoginActionGroup" stepKey="loginToAdminArea"/>
20+
<!-- remove the Filter From the page-->
21+
<amOnPage url="{{AdminProductIndexPage.url}}" stepKey="visitAdminProductPage"/>
22+
<actionGroup ref="ClearFiltersAdminProductGridActionGroup" stepKey="clearFilterFromProductIndex"/>
2023
<createData entity="SimpleSubCategory" stepKey="createCategory"/>
2124
<createData entity="SimpleProduct" stepKey="createSimpleProduct">
2225
<requiredEntity createDataKey="createCategory"/>
@@ -55,7 +58,6 @@
5558
<amOnPage url="{{AdminProductIndexPage.url}}" stepKey="visitAdminProductPage"/>
5659
<actionGroup ref="ClearFiltersAdminProductGridActionGroup" stepKey="clearGridFilters"/>
5760
<actionGroup ref="AdminDeleteAllProductsFromGridActionGroup" stepKey="deleteAllProducts"/>
58-
<actionGroup ref="ClearFiltersAdminProductGridActionGroup" stepKey="againClearGridFilters"/>
5961
<deleteData createDataKey="createCategory" stepKey="deleteCategory"/>
6062
<!-- Delete customer -->
6163
<actionGroup ref="DeleteCustomerByEmailActionGroup" stepKey="deleteCustomer">

0 commit comments

Comments
 (0)