File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
app/code/Magento/Checkout/Test/Mftf Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change 1616 <waitForElementVisible selector =" {{CheckoutShippingSection.updateAddress}}" stepKey =" waitForUpdateButton" />
1717 <waitForElementClickable selector =" {{CheckoutShippingSection.updateAddress}}" stepKey =" waitForUpdateButtonClickable" />
1818 <click selector =" {{CheckoutShippingSection.updateAddress}}" stepKey =" clickUpdateButton" />
19- <waitForElementVisible selector =" {{CheckoutShippingSection.editActiveAddressButton }}" stepKey =" waitForEditButton " />
19+ <waitForElementVisible selector =" {{CheckoutShippingSection.billingAddressDetails }}" stepKey =" waitForBillingAddressUpdate " />
2020 <waitForPageLoad stepKey =" waitForAddressSaved" />
2121 </actionGroup >
2222</actionGroups >
Original file line number Diff line number Diff line change 3737 <element name =" next" type =" button" selector =" button.button.action.continue.primary" timeout =" 30" />
3838 <element name =" firstShippingMethod" type =" radio" selector =" //*[@id='checkout-shipping-method-load']//input[@class='radio']" />
3939 <element name =" defaultShipping" type =" button" selector =" .billing-address-details" />
40+ <element name =" billingAddressDetails" type =" string" selector =" .billing-address-details" />
4041 <element name =" state" type =" button" selector =" //*[text()='Alabama']" />
4142 <element name =" stateInput" type =" input" selector =" input[name=region]" />
4243 <element name =" regionOptions" type =" select" selector =" select[name=region_id] option" />
You can’t perform that action at this time.
0 commit comments