File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Catalog/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 11
11
<arguments >
12
12
<argument name =" product" defaultValue =" product" />
13
13
</arguments >
14
- <amOnPage url =" {{StorefrontProductPage.url($$ product.custom_attributes[url_key]$$ )}}" stepKey =" goToProductPage" />
14
+ <amOnPage url =" {{StorefrontProductPage.url(product.custom_attributes[url_key])}}" stepKey =" goToProductPage" />
15
15
<click selector =" {{StorefrontProductPageSection.addToCartBtn}}" stepKey =" addToCart" />
16
16
<waitForElementNotVisible selector =" {{StorefrontProductActionSection.addToCartButtonTitleIsAdding}}" stepKey =" waitForElementNotVisibleAddToCartButtonTitleIsAdding" />
17
17
<waitForElementNotVisible selector =" {{StorefrontProductActionSection.addToCartButtonTitleIsAdded}}" stepKey =" waitForElementNotVisibleAddToCartButtonTitleIsAdded" />
You can’t perform that action at this time.
0 commit comments