We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent af5dbf0 commit 1b02a47Copy full SHA for 1b02a47
app/code/Magento/CatalogRule/Test/Mftf/ActionGroup/CatalogPriceRuleActionGroup.xml
@@ -80,6 +80,6 @@
80
<fillField selector="{{AdminCatalogPriceRuleGridSection.filterByRuleName}}" userInput="{{ruleName}}" stepKey="filterByRuleName"/>
81
<click selector="{{AdminDataGridHeaderSection.applyFilters}}" stepKey="clickSearch"/>
82
<click selector="{{AdminGridTableSection.row('1')}}" stepKey="clickEdit"/>
83
- <waitForLoadingMaskToDisappear stepKey="waitForLoadingMaskToDisappear1"/>
+ <waitForPageLoad stepKey="waitForPageLoad"/>
84
</actionGroup>
85
</actionGroups>
0 commit comments