File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed
app/code/Magento/Checkout/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 18
18
<testCaseId value =" AC-4628" />
19
19
</annotations >
20
20
<before >
21
- <!-- Enable free shipping -->
22
- <createData entity =" FreeShippingMethodsSettingConfig" stepKey =" freeShippingMethodsSettingConfig" />
23
21
<!-- create category -->
24
22
<createData entity =" _defaultCategory" stepKey =" createCategory" />
25
23
<!-- create simple product -->
36
34
<!-- Step 1: Go to Storefront as Guest -->
37
35
<!-- Step 2: Add simple product to shopping cart -->
38
36
<amOnPage url =" {{StorefrontProductPage.url($createProduct.custom_attributes[url_key]$)}}" stepKey =" amOnSimpleProductPage" />
39
- <waitForPageLoad stepKey =" waitForPageLoad2 " />
37
+ <waitForPageLoad stepKey =" waitForPageLoadToGetTheStorePageOpenAgain " />
40
38
<actionGroup ref =" AddToCartFromStorefrontProductPageActionGroup" stepKey =" cartAddSimpleProductToCart" >
41
39
<argument name =" productName" value =" $createProduct.name$" />
42
40
</actionGroup >
You can’t perform that action at this time.
0 commit comments