Skip to content

Commit 7911d9b

Browse files
author
Oleksandr Gorkun
committed
MC-33823: Merge CE, EE and B2B changes
1 parent ace26a1 commit 7911d9b

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/AdminCatalogPriceRuleDeleteAllActionGroup.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,14 @@
2525
</helper>
2626
<waitForElementVisible selector="{{AdminDataGridTableSection.dataGridEmpty}}" stepKey="waitDataGridEmptyMessageAppears"/>
2727
<see selector="{{AdminDataGridTableSection.dataGridEmpty}}" userInput="We couldn't find any records." stepKey="assertDataGridEmptyMessage"/>
28+
<actionGroup ref="CliCacheFlushActionGroup" stepKey="flushCache">
29+
<argument name="tags" value=""/>
30+
</actionGroup>
31+
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
32+
<argument name="indices" value=""/>
33+
</actionGroup>
34+
<amOnPage url="{{AdminCatalogPriceRuleGridPage.url}}" stepKey="goToAdminCatalogPriceRuleGridPage2"/>
35+
<!-- It sometimes is loading too long for default 10s -->
36+
<waitForPageLoad time="60" stepKey="waitForPageFullyLoaded2"/>
2837
</actionGroup>
2938
</actionGroups>

0 commit comments

Comments
 (0)