Skip to content

Commit 548da89

Browse files
committed
urlKey is not used
1 parent e52bc2a commit 548da89

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/code/Magento/SalesRule/Test/Mftf/Test/CartPriceRuleForConfigurableProductTest.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -122,13 +122,13 @@
122122
<see selector="{{AdminCartPriceRulesSection.messages}}" userInput="You saved the rule." stepKey="seeSuccessMessage"/>
123123

124124
<!-- Add the first product to the cart -->
125-
<amOnPage url="$$createConfigChildProduct1.urlKey$$.html" stepKey="goToProductPage1"/>
125+
<amOnPage url="$$createConfigChildProduct1.sku$$.html" stepKey="goToProductPage1"/>
126126
<waitForPageLoad stepKey="waitForProductPageLoad1"/>
127127
<click selector="{{StorefrontProductActionSection.addToCart}}" stepKey="addProductToCart1"/>
128128
<waitForPageLoad stepKey="waitForAddToCart1"/>
129129
<waitForElementVisible selector="{{StorefrontMessagesSection.success}}" stepKey="waitForSuccessMessage"/>
130130
<!-- Add the second product to the cart -->
131-
<amOnPage url="$$createConfigChildProduct2.urlKey$$.html" stepKey="goToProductPage2"/>
131+
<amOnPage url="$$createConfigChildProduct2.sku$$.html" stepKey="goToProductPage2"/>
132132
<waitForPageLoad stepKey="waitForProductPageLoad2"/>
133133
<click selector="{{StorefrontProductActionSection.addToCart}}" stepKey="addProductToCart2"/>
134134
<waitForPageLoad stepKey="waitForAddToCart2"/>

0 commit comments

Comments
 (0)