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 dbf8b0c commit dca919dCopy full SHA for dca919d
app/code/Magento/Weee/Test/Mftf/ActionGroup/AdminProductAddFPTValueActionGroup.xml
@@ -15,6 +15,7 @@
15
<argument name="stateForFPT" type="string"/>
16
<argument name="valueForFPT" type="string"/>
17
</arguments>
18
+ <scrollTo selector="{{AdminProductAddFPTValueSection.addFPT(FPTAttributeCode)}}" stepKey="scrollToAddFPTButton"/>
19
<click selector="{{AdminProductAddFPTValueSection.addFPT(FPTAttributeCode)}}" stepKey="clickAddFPTButton1"/>
20
<waitForPageLoad stepKey="waitForProductIndexPageLoad"/>
21
<selectOption selector="{{AdminProductAddFPTValueSection.selectCountryForFPT(FPTAttributeCode)}}" userInput="{{countryForFPT}}" stepKey="selectcountryForFPT"/>
0 commit comments