File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
app/code/Magento/Catalog/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 2020 <waitForPageLoad stepKey =" waitForProductPage" />
2121 <waitForElementClickable selector =" {{StorefrontProductPageSection.addToCartBtn}}" stepKey =" waitForAddToCart" />
2222 <click selector =" {{StorefrontProductPageSection.addToCartBtn}}" stepKey =" addToCart" />
23- <waitForElementNotVisible selector = " {{ StorefrontProductActionSection.addToCartButtonTitleIsAdding}} " stepKey =" waitForElementNotVisibleAddToCartButtonTitleIsAdding" />
24- <waitForElementNotVisible selector = " {{ StorefrontProductActionSection.addToCartButtonTitleIsAdded}} " stepKey =" waitForElementNotVisibleAddToCartButtonTitleIsAdded" />
25- <waitForElementVisible selector = " {{ StorefrontProductActionSection.addToCartButtonTitleIsAddToCart}} " stepKey =" waitForElementVisibleAddToCartButtonTitleIsAddToCart" />
26- <waitForPageLoad stepKey =" waitForPageLoad" />
23+ <comment userInput = " Preserve BIC. StorefrontProductActionSection.addToCartButtonTitleIsAdding" stepKey =" waitForElementNotVisibleAddToCartButtonTitleIsAdding" />
24+ <comment userInput = " Preserve BIC. StorefrontProductActionSection.addToCartButtonTitleIsAdded" stepKey =" waitForElementNotVisibleAddToCartButtonTitleIsAdded" />
25+ <comment userInput = " Preserve BIC. StorefrontProductActionSection.addToCartButtonTitleIsAddToCart" stepKey =" waitForElementVisibleAddToCartButtonTitleIsAddToCart" />
26+ <comment userInput = " Preserve BIC. " stepKey =" waitForPageLoad" />
2727 <waitForElementVisible selector =" {{StorefrontMessagesSection.success}}" time =" 30" stepKey =" waitForProductAddedMessage" />
2828 <see selector =" {{StorefrontMessagesSection.success}}" userInput =" You added {{product.name}} to your shopping cart." stepKey =" seeAddToCartSuccessMessage" />
2929 </actionGroup >
You can’t perform that action at this time.
0 commit comments