File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
app/code/Magento/SalesRule/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 122
122
<see selector =" {{AdminCartPriceRulesSection.messages}}" userInput =" You saved the rule." stepKey =" seeSuccessMessage" />
123
123
124
124
<!-- Add the first product to the cart -->
125
- <amOnPage url =" $$createConfigChildProduct1.urlKey $$.html" stepKey =" goToProductPage1" />
125
+ <amOnPage url =" $$createConfigChildProduct1.sku $$.html" stepKey =" goToProductPage1" />
126
126
<waitForPageLoad stepKey =" waitForProductPageLoad1" />
127
127
<click selector =" {{StorefrontProductActionSection.addToCart}}" stepKey =" addProductToCart1" />
128
128
<waitForPageLoad stepKey =" waitForAddToCart1" />
129
129
<waitForElementVisible selector =" {{StorefrontMessagesSection.success}}" stepKey =" waitForSuccessMessage" />
130
130
<!-- Add the second product to the cart -->
131
- <amOnPage url =" $$createConfigChildProduct2.urlKey $$.html" stepKey =" goToProductPage2" />
131
+ <amOnPage url =" $$createConfigChildProduct2.sku $$.html" stepKey =" goToProductPage2" />
132
132
<waitForPageLoad stepKey =" waitForProductPageLoad2" />
133
133
<click selector =" {{StorefrontProductActionSection.addToCart}}" stepKey =" addProductToCart2" />
134
134
<waitForPageLoad stepKey =" waitForAddToCart2" />
You can’t perform that action at this time.
0 commit comments