Skip to content

Commit 45615bf

Browse files
authored
ACQE-6435 | [MFTF TESTS] OnePageCheckoutAsCustomerUsingNonDefaultAddressTest
Added WaitForElementToBeClickable to fix flakiness
1 parent fcc6f0a commit 45615bf

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Checkout/Test/Mftf/Test/OnePageCheckoutAsCustomerUsingNonDefaultAddressTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,7 @@
7272
<uncheckOption selector="{{CheckoutPaymentSection.billingAddressNotSameCheckbox}}" stepKey="selectPaymentSolution"/>
7373

7474
<!-- Change the address -->
75+
<waitForElementClickable selector="{{CheckoutPaymentSection.editAddress}}" stepKey="waitForEditAddressElementToBeClickable"/>
7576
<click selector="{{CheckoutPaymentSection.editAddress}}" stepKey="editAddress"/>
7677
<waitForElementVisible selector="{{CheckoutPaymentSection.addressDropdown}}" stepKey="waitForDropDownToBeVisible"/>
7778
<see selector="{{CheckoutPaymentSection.addressDropdownSelected}}" userInput="{{US_Address_NY.street[0]}}" stepKey="seeDefaultBillingAddressStreet"/>

0 commit comments

Comments
 (0)