File tree Expand file tree Collapse file tree 1 file changed +3
-2
lines changed
app/code/Magento/Checkout/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 14
14
<stories value =" OnePageCheckout within Offline Payment Methods" />
15
15
<title value =" OnePageCheckout as customer using default address test" />
16
16
<description value =" Checkout as customer using default address" />
17
- <severity value =" CRITICAl " />
17
+ <severity value =" CRITICAL " />
18
18
<testCaseId value =" MC-14741" />
19
19
<group value =" checkout" />
20
20
<group value =" mtf_migrated" />
62
62
<waitForElementVisible selector =" {{CheckoutShippingSection.password}}" stepKey =" waitForElementVisible" />
63
63
<fillField selector =" {{CheckoutShippingSection.password}}" userInput =" $$createCustomer.password$$" stepKey =" fillPasswordField" />
64
64
<click selector =" {{CheckoutShippingSection.loginButton}}" stepKey =" clickLoginBtn" />
65
-
65
+ <waitForPageLoad stepKey =" waitForShippingPageLoad" />
66
+ <waitForElementVisible selector =" {{CheckoutShippingSection.shipHereButton(UK_Not_Default_Address.street[0])}}" stepKey =" waitForShipHereVisible" />
66
67
<!-- Change address -->
67
68
<click selector =" {{CheckoutShippingSection.shipHereButton(UK_Not_Default_Address.street[0])}}" stepKey =" clickShipHere" />
68
69
You can’t perform that action at this time.
0 commit comments