File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Checkout/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2020 </annotations >
2121 <before >
2222 <!-- Precondition Step 1:Create Simple Product and Customer -->
23- <createData entity =" SimpleProduct " stepKey =" createSimpleProduct " />
23+ <createData entity =" SimpleProduct_100 " stepKey =" simpleProductOne " />
2424 <createData entity =" Simple_US_Customer" stepKey =" createCustomer" />
2525 </before >
2626 <after >
3636 <!-- Step 1: Navigate to Frontend > place an order through check money with guest checkout. -->
3737 <actionGroup ref =" StorefrontOpenHomePageActionGroup" stepKey =" openStorefrontPage" />
3838 <!-- Add Simple Product to cart -->
39- <actionGroup ref =" StorefrontOpenProductPageActionGroup " stepKey =" openProductPage " >
40- <argument name =" productUrl " value =" $$createSimpleProduct.sku$ $" />
39+ <actionGroup ref =" OpenStoreFrontProductPageActionGroup " stepKey =" openProductFromCategory " >
40+ <argument name =" productUrlKey " value =" $simpleProductOne.custom_attributes[url_key] $" />
4141 </actionGroup >
4242 <waitForPageLoad stepKey =" waitForSimpleProductPageLoad" />
4343 <actionGroup ref =" StorefrontAddProductToCartActionGroup" stepKey =" addProductToCart" >
You can’t perform that action at this time.
0 commit comments