Skip to content

Commit 8de9666

Browse files
committed
MC-35843: Automate MC-26543 tests
1 parent 8d46795 commit 8de9666

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

app/code/Magento/Bundle/Test/Mftf/Test/BundleProductWithTierPriceWithFixedAndPercentOptionsInCartTest.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
<severity value="CRITICAL"/>
1717
<testCaseId value="MC-26543"/>
1818
<group value="bundle"/>
19+
<group value="catalog"/>
1920
</annotations>
2021

2122
<before>
@@ -35,8 +36,9 @@
3536
<actionGroup ref="DeleteProductUsingProductGridActionGroup" stepKey="deleteBundle">
3637
<argument name="product" value="BundleProduct"/>
3738
</actionGroup>
38-
<actionGroup ref="AdminClearFiltersActionGroup" stepKey="clearFiltersAfter"/>
39-
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
39+
<actionGroup ref="AdminClearFiltersActionGroup" stepKey="clearProductsGridFilters"/>
40+
<waitForPageLoad stepKey="waitForClearProductsGridFilters"/>
41+
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutFromAdmin"/>
4042
</after>
4143

4244
<amOnPage url="{{AdminProductCreatePage.url(BundleProduct.set, BundleProduct.type)}}" stepKey="goToBundleProductCreationPage"/>

0 commit comments

Comments
 (0)