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 20
20
<waitForPageLoad stepKey =" waitForProductPage" />
21
21
<waitForElementClickable selector =" {{StorefrontProductPageSection.addToCartBtn}}" stepKey =" waitForAddToCart" />
22
22
<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" />
27
27
<waitForElementVisible selector =" {{StorefrontMessagesSection.success}}" time =" 30" stepKey =" waitForProductAddedMessage" />
28
28
<see selector =" {{StorefrontMessagesSection.success}}" userInput =" You added {{product.name}} to your shopping cart." stepKey =" seeAddToCartSuccessMessage" />
29
29
</actionGroup >
You can’t perform that action at this time.
0 commit comments