File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Translation/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 41
41
</after >
42
42
43
43
<!-- Add product to cart on storefront -->
44
- <amOnPage url =" {{StorefrontCategoryPage .url($createCategory .custom_attributes[url_key]$)}}" stepKey =" goToCategoryPage " />
45
- <waitForPageLoad stepKey =" waitForCategoryPageLoad " />
46
- <actionGroup ref =" StorefrontAddProductToCartFromCategoryActionGroup " stepKey =" addProductToCart" >
44
+ <amOnPage url =" {{StorefrontProductPage .url($createProduct .custom_attributes[url_key]$)}}" stepKey =" goToProductPage " />
45
+ <waitForPageLoad stepKey =" waitForProductPageLoad " />
46
+ <actionGroup ref =" AddToCartFromStorefrontProductPageActionGroup " stepKey =" addProductToCart" >
47
47
<argument name =" productName" value =" $createProduct.name$" />
48
48
</actionGroup >
49
49
You can’t perform that action at this time.
0 commit comments