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 d684fa1 commit 01cda3eCopy full SHA for 01cda3e
app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductAttributeSetActionGroup.xml
@@ -53,6 +53,7 @@
53
<fillField selector="{{AdminProductAttributeSetGridSection.filter}}" userInput="{{name}}" stepKey="filterByName"/>
54
<click selector="{{AdminProductAttributeSetGridSection.searchBtn}}" stepKey="clickSearch"/>
55
<click selector="{{AdminProductAttributeSetGridSection.nthRow('1')}}" stepKey="clickFirstRow"/>
56
+ <waitForPageLoad stepKey="waitForPageLoad"/>
57
</actionGroup>
58
<!-- Filter By Attribute Label -->
59
<actionGroup name="filterProductAttributeByAttributeLabel">
0 commit comments