Skip to content

Commit 4f4c542

Browse files
committed
MC-33747: [MFTF] Flaky StorefrontButtonsInlineTranslationTest
1 parent 1990bf0 commit 4f4c542

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@
4343
<!-- Add product to cart on storefront -->
4444
<amOnPage url="{{StorefrontProductPage.url($createProduct.custom_attributes[url_key]$)}}" stepKey="goToProductPage"/>
4545
<waitForPageLoad stepKey="waitForProductPageLoad"/>
46-
<seeElement selector="{{StorefrontProductActionSection.addToCartEnabledWithTranslation}}" stepKey="waitForAddToCartButtonEnabled"/>
46+
<waitForElementVisible selector="{{StorefrontProductActionSection.addToCartEnabledWithTranslation}}" stepKey="waitForAddToCartButtonEnabled"/>
4747
<actionGroup ref="AddToCartFromStorefrontProductPageActionGroup" stepKey="addProductToCart">
4848
<argument name="productName" value="$createProduct.name$"/>
4949
</actionGroup>

0 commit comments

Comments
 (0)