This repository was archived by the owner on Apr 29, 2019. It is now read-only.
File tree 2 files changed +5
-5
lines changed
app/code/Magento/Customer/Test/Mftf
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 31
31
<see userInput =" You saved the product." stepKey =" seeSaveConfirmation" />
32
32
</actionGroup >
33
33
34
- <actionGroup name =" FindAndAddProductToCardActionGroup " >
34
+ <actionGroup name =" FindAndAddProductToCardActGr " >
35
35
<click selector =" {{StorefrontAddProductToCartSection.addToCartBtn}}" stepKey =" addToCart" />
36
36
<waitForElementVisible selector =" {{StorefrontProductPageSection.successMsg}}" time =" 30" stepKey =" waitForProductAdded" />
37
37
<click selector =" {{StorefrontAddProductToCartSection.showCard}}" stepKey =" clickToOpenCard" />
38
- <waitForPageLoad stepKey =" WaitForFormOpened" time = " 3 " />
38
+ <waitForPageLoad stepKey =" WaitForFormOpened" />
39
39
<click selector =" {{StorefrontAddProductToCartSection.proceed}}" stepKey =" clickToProceedToCheckout" />
40
- <waitForPageLoad time = " 5 " stepKey =" waitForTheFormIsOpened" />
40
+ <waitForPageLoad stepKey =" waitForTheFormIsOpened" />
41
41
<see userInput =" Shipping Address" stepKey =" seeShippingAddress" />
42
42
</actionGroup >
43
43
Original file line number Diff line number Diff line change 25
25
</before >
26
26
27
27
<!-- Navigate to a category page -->
28
- <amOnPage url =" /{{SimpleProductOne.name }}.html" stepKey =" GoToProductPage" />
28
+ <amOnPage url =" /{{SimpleProductOne.urlKey }}.html" stepKey =" GoToProductPage" />
29
29
30
30
<waitForPageLoad stepKey =" waitForPageLoad" />
31
31
36
36
delete_cookie('form_key');" stepKey =" removeCookies" after =" waitForPageLoad" />
37
37
38
38
<!-- "Add to Cart" any product-->
39
- <actionGroup ref =" FindAndAddProductToCardActionGroup " stepKey =" addProductToCard" />
39
+ <actionGroup ref =" FindAndAddProductToCardActGr " stepKey =" addProductToCard" />
40
40
41
41
<after >
42
42
<!-- Delete created product-->
You can’t perform that action at this time.
0 commit comments