Skip to content

Commit 9821017

Browse files
committed
MC-33747: [MFTF] Flaky StorefrontButtonsInlineTranslationTest
1 parent 70c5c2f commit 9821017

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

app/code/Magento/Translation/Test/Mftf/Test/StorefrontButtonsInlineTranslationTest.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -41,9 +41,9 @@
4141
</after>
4242

4343
<!-- 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">
4747
<argument name="productName" value="$createProduct.name$"/>
4848
</actionGroup>
4949

0 commit comments

Comments
 (0)