File tree Expand file tree Collapse file tree 1 file changed +2
-0
lines changed
app/code/Magento/Checkout/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +2
-0
lines changed Original file line number Diff line number Diff line change 69
69
<!-- Click next button to open payment section -->
70
70
<actionGroup ref =" StorefrontGuestCheckoutProceedToPaymentStepActionGroup" stepKey =" clickNext" />
71
71
<comment userInput =" Comment is added to preserve the step key for backward compatibility" stepKey =" waitForShipmentPageLoad" />
72
+ <waitForElementClickable selector =" {{CheckoutPaymentSection.billingAddressNotSameCheckbox}}" stepKey =" waitForElementSelectPaymentSolutionToBeClickable" />
72
73
<uncheckOption selector =" {{CheckoutPaymentSection.billingAddressNotSameCheckbox}}" stepKey =" selectPaymentSolution" />
73
74
74
75
<!-- Change the address -->
76
+ <waitForElementClickable selector =" {{CheckoutPaymentSection.editAddress}}" stepKey =" waitForEditAddressElementToBeClickable" />
75
77
<click selector =" {{CheckoutPaymentSection.editAddress}}" stepKey =" editAddress" />
76
78
<waitForElementVisible selector =" {{CheckoutPaymentSection.addressDropdown}}" stepKey =" waitForDropDownToBeVisible" />
77
79
<see selector =" {{CheckoutPaymentSection.addressDropdownSelected}}" userInput =" {{US_Address_NY.street[0]}}" stepKey =" seeDefaultBillingAddressStreet" />
You can’t perform that action at this time.
0 commit comments