File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed
app/code/Magento/Catalog/Test/Mftf/ActionGroup Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 304
304
</arguments >
305
305
<waitForPageLoad stepKey =" waitForPageLoad" />
306
306
<click selector =" {{AdminProductFormSection.advancedPricingLink}}" stepKey =" clickAdvancedPricingLink" />
307
+ <waitForPageLoad stepKey =" waitForAdvancedPricingModal" />
307
308
<waitForElementVisible selector =" {{AdminProductFormAdvancedPricingSection.specialPrice}}" stepKey =" waitSpecialPrice" />
308
309
<fillField userInput =" {{price}}" selector =" {{AdminProductFormAdvancedPricingSection.specialPrice}}" stepKey =" fillSpecialPrice" />
309
310
<click selector =" {{AdminProductFormAdvancedPricingSection.doneButton}}" stepKey =" clickDone" />
311
+ <waitForPageLoad stepKey =" waitForAdvancedPricingModalGone" />
310
312
<waitForElementNotVisible selector =" {{AdminProductFormAdvancedPricingSection.specialPrice}}" stepKey =" waitForCloseModalWindow" />
311
313
</actionGroup >
312
314
Original file line number Diff line number Diff line change 13
13
</arguments >
14
14
<amOnPage url =" {{StorefrontProductPage.url(product.name)}}" stepKey =" onFirstProductPage" />
15
15
<waitForPageLoad stepKey =" waitForFirstProductPage" />
16
+ <waitForElementVisible selector =" {{StorefrontProductInfoMainSection.specialPriceValue}}" stepKey =" waitForProductSpecialPrice" />
16
17
<grabTextFrom selector =" {{StorefrontProductInfoMainSection.specialPriceValue}}" stepKey =" grabProductSpecialPrice" />
17
18
<assertEquals actual =" $grabProductSpecialPrice" expectedType =" string" expected =" {{specialPrice}}" stepKey =" assertProductPriceValuesAreEqual" />
18
19
</actionGroup >
You can’t perform that action at this time.
0 commit comments