Skip to content

Commit 3bcb9eb

Browse files
committed
Merge branch 'ACP2E-2908' of https://github.com/adobe-commerce-tier-4/magento2ce into PR-03-12-2024-anna
2 parents cbeae91 + 356c442 commit 3bcb9eb

File tree

4 files changed

+8
-0
lines changed

4 files changed

+8
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@
2222
<magentoCLI command="config:set checkout/options/enable_guest_checkout_login 1" stepKey="EnablingGuestCheckoutLogin"/>
2323
</before>
2424
<after>
25+
<actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="goToProductList"/>
26+
<actionGroup ref="AdminClearGridFiltersActionGroup" stepKey="resetProductFilters"/>
2527
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutOfAdmin"/>
2628
<magentoCLI command="config:set checkout/options/enable_guest_checkout_login 0" stepKey="DisablingGuestCheckoutLogin"/>
2729
</after>

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableProductDeleteTest/AdminConfigurableProductBulkDeleteTest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,8 @@
125125
</before>
126126

127127
<after>
128+
<actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="goToProductList"/>
129+
<actionGroup ref="AdminClearGridFiltersActionGroup" stepKey="resetProductFilters"/>
128130
<actionGroup ref="AdminLogoutActionGroup" stepKey="adminLogout"/>
129131
<deleteData createDataKey="createConfigChildProduct1" stepKey="deleteConfigChildProduct1"/>
130132
<deleteData createDataKey="createConfigChildProduct2" stepKey="deleteConfigChildProduct2"/>

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableProductDeleteTest/AdminConfigurableProductDeleteTest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@
6666
</before>
6767

6868
<after>
69+
<actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="goToProductList"/>
70+
<actionGroup ref="AdminClearGridFiltersActionGroup" stepKey="resetProductFilters"/>
6971
<actionGroup ref="AdminLogoutActionGroup" stepKey="adminLogout"/>
7072
<deleteData createDataKey="createConfigChildProduct1" stepKey="deleteConfigChildProduct1"/>
7173
<deleteData createDataKey="createConfigChildProduct2" stepKey="deleteConfigChildProduct2"/>

app/code/Magento/ConfigurableProduct/Test/Mftf/Test/AdminConfigurableProductSearchTest/AdminConfigurableProductSearchTest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,8 @@
6767
</before>
6868

6969
<after>
70+
<actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="goToProductList"/>
71+
<actionGroup ref="AdminClearGridFiltersActionGroup" stepKey="resetProductFilters"/>
7072
<actionGroup ref="AdminLogoutActionGroup" stepKey="adminLogout"/>
7173
<deleteData createDataKey="createConfigProduct" stepKey="deleteConfigProduct"/>
7274
<deleteData createDataKey="createConfigChildProduct1" stepKey="deleteConfigChildProduct1"/>

0 commit comments

Comments
 (0)