Skip to content

Commit dd7dcaf

Browse files
MAGETWO-96431: [2.3.x] Checkout Free Shipping Recalculation after Coupon Code Added
- Update automated test
1 parent 3c52b82 commit dd7dcaf

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

app/code/Magento/Catalog/Test/Mftf/ActionGroup/AdminProductActionGroup.xml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -302,9 +302,7 @@
302302
<argument name="website"/>
303303
<argument name="product"/>
304304
</arguments>
305-
<amOnPage url="{{AdminCatalogProductPage.url}}" stepKey="navigateToProductPage"/>
306-
<waitForPageLoad stepKey="waitForProductsList"/>
307-
<click stepKey="openProduct" selector="{{AdminProductGridActionSection.productName(product.name)}}"/>
305+
<click stepKey="openProduct" selector="{{AdminProductGridActionSection.productName(product.sku)}}"/>
308306
<waitForPageLoad stepKey="waitForProductPage"/>
309307
<scrollTo selector="{{ProductInWebsitesSection.sectionHeader}}" stepKey="ScrollToWebsites"/>
310308
<click selector="{{ProductInWebsitesSection.sectionHeader}}" stepKey="openWebsitesList"/>

0 commit comments

Comments
 (0)