Skip to content

Commit 9fd3658

Browse files
MC-20077: Fix Skipped MFTF Tests From MC-17140: MC-15735, MC-15859, MC-15866
- fix flaky MC-6032: Create virtual product with tier price
1 parent 1399286 commit 9fd3658

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

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

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -92,15 +92,15 @@
9292
<click selector="{{AdminProductSEOSection.sectionHeader}}" stepKey="clickAdminProductSEOSection1"/>
9393
<seeInField selector="{{AdminProductSEOSection.urlKeyInput}}" userInput="{{virtualProductBigQty.urlKey}}" stepKey="seeUrlKey"/>
9494

95+
<!--Run full reindex and clear caches -->
96+
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
97+
<magentoCLI command="cache:flush" stepKey="flushCache"/>
98+
9599
<!--Verify customer see created virtual product on category page -->
96100
<amOnPage url="{{StorefrontCategoryPage.url($$categoryEntity.name$$)}}" stepKey="openCategoryPage"/>
97101
<waitForPageLoad stepKey="waitForCategoryPageToLoad"/>
98102
<see selector="{{StorefrontCategoryMainSection.productLink}}" userInput="{{virtualProductBigQty.name}}" stepKey="seeVirtualProductNameOnCategoryPage"/>
99103

100-
<!--Run full reindex and clear caches -->
101-
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
102-
<magentoCLI command="cache:flush" stepKey="flushCache"/>
103-
104104
<!-- Verify customer see created virtual product with tier price(from above step) on storefront page and is searchable by sku -->
105105
<amOnPage url="{{StorefrontHomePage.url}}" stepKey="goToStorefront"/>
106106
<waitForPageLoad stepKey="waitForStoreFrontProductPageLoad"/>

0 commit comments

Comments
 (0)