File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Translation/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 43
43
<!-- Add product to cart on storefront -->
44
44
<amOnPage url =" {{StorefrontProductPage.url($createProduct.custom_attributes[url_key]$)}}" stepKey =" goToProductPage" />
45
45
<waitForPageLoad stepKey =" waitForProductPageLoad" />
46
- <seeElement selector =" {{StorefrontProductActionSection.addToCartEnabledWithTranslation}}" stepKey =" waitForAddToCartButtonEnabled" />
46
+ <waitForElementVisible selector =" {{StorefrontProductActionSection.addToCartEnabledWithTranslation}}" stepKey =" waitForAddToCartButtonEnabled" />
47
47
<actionGroup ref =" AddToCartFromStorefrontProductPageActionGroup" stepKey =" addProductToCart" >
48
48
<argument name =" productName" value =" $createProduct.name$" />
49
49
</actionGroup >
You can’t perform that action at this time.
0 commit comments