Skip to content

Commit 6b7778b

Browse files
committed
MFTF Stability control
- Move tests out of PR Suite until issue AC-2806 is fixed
1 parent 834d799 commit 6b7778b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/code/Magento/Checkout/Test/Mftf/ActionGroup/FillGuestCheckoutShippingAddressFormActionGroup.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<argument name="customer" defaultValue="Simple_US_Customer" type="entity"/>
1414
<argument name="customerAddress" defaultValue="US_Address_TX" type="entity"/>
1515
</arguments>
16+
<waitForElementVisible selector="{{CheckoutShippingSection.emailAddress}}" stepKey="waitForCustomerEmailField" />
1617
<fillField selector="{{CheckoutShippingSection.emailAddress}}" userInput="{{customer.email}}" stepKey="setCustomerEmail"/>
1718
<fillField selector="{{CheckoutShippingSection.firstName}}" userInput="{{customer.firstname}}" stepKey="SetCustomerFirstName"/>
1819
<fillField selector="{{CheckoutShippingSection.lastName}}" userInput="{{customer.lastname}}" stepKey="SetCustomerLastName"/>

0 commit comments

Comments
 (0)