Skip to content

Commit 9c22aec

Browse files
committed
Merge branch '2.3-tests-pr' into MC-148
2 parents 12d68a3 + 405f88e commit 9c22aec

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/code/Magento/CatalogRule/Test/Mftf/Test/AdminEnableAttributeIsUndefinedCatalogPriceRuleTest.xml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,8 +80,10 @@
8080
<argument name="targetSelectValue" value="is undefined"/>
8181
</actionGroup>
8282
<click selector="{{AdminNewCatalogPriceRule.saveAndApply}}" stepKey="clickSaveAndApplyRules"/>
83+
<wait time="60" stepKey="waitForMinutes"/>
8384
<magentoCLI command="indexer:reindex" stepKey="reindex"/>
8485
<magentoCLI command="cache:flush" stepKey="flushCache"/>
86+
<magentoCLI command="cache:flush" stepKey="flushCache3"/>
8587

8688
<!--Check Catalog Price Rule for first product-->
8789
<amOnPage url="{{StorefrontProductPage.url($$createFirstProduct.custom_attributes[url_key]$$)}}" stepKey="navigateToFirstProductPage"/>
@@ -121,8 +123,10 @@
121123
<argument name="targetSelectValue" value="is undefined"/>
122124
</actionGroup>
123125
<click selector="{{AdminNewCatalogPriceRule.saveAndApply}}" stepKey="clickSaveAndApplyRules1"/>
126+
<wait time="60" stepKey="waitForTwoMinutes"/>
124127
<magentoCLI command="indexer:reindex" stepKey="reindex1"/>
125128
<magentoCLI command="cache:flush" stepKey="flushCache1"/>
129+
<magentoCLI command="cache:flush" stepKey="flushCache2"/>
126130

127131
<!--Check Catalog Price Rule for third product-->
128132
<amOnPage url="{{StorefrontProductPage.url($$createThirdProduct.custom_attributes[url_key]$$)}}" stepKey="navigateToThirdProductPage"/>

0 commit comments

Comments
 (0)