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 bc5c425 commit 04f6c78Copy full SHA for 04f6c78
app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductActionGroup.xml
@@ -56,6 +56,7 @@
56
<argument name="price" type="string" defaultValue="8"/>
57
</arguments>
58
<waitForPageLoad stepKey="waitForPageLoad"/>
59
+ <scrollToTopOfPage stepKey="initScrollToTopOfThePage"/>
60
<click selector="{{AdminProductFormSection.advancedPricingLink}}" stepKey="clickAdvancedPricingLink"/>
61
<waitForElementVisible selector="{{AdminProductFormAdvancedPricingSection.specialPrice}}" stepKey="waitSpecialPrice"/>
62
<fillField userInput="{{price}}" selector="{{AdminProductFormAdvancedPricingSection.specialPrice}}" stepKey="fillSpecialPrice"/>
0 commit comments