Skip to content

Commit 635775e

Browse files
committed
Stability control duties
1 parent 69ded78 commit 635775e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

InventoryCatalogAdminUi/Test/Mftf/Test/AdminCreateOrderWithSimpleProductFromDefaultSourceWithBackordersTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@
9898
<waitForElementVisible selector="{{StorefrontMinicartSection.viewAndEditCart}}" stepKey="waitForViewAndEditCartVisible"/>
9999
<click selector="{{StorefrontMinicartSection.goToCheckout}}" stepKey="goToCheckout"/>
100100
<waitForPageLoad stepKey="waitForGuestCheckoutPageLoad"/>
101+
<waitForElementVisible selector="{{CheckoutShippingGuestInfoSection.email}}" stepKey="waitForEmailFieldVisible" />
101102
<fillField selector="{{CheckoutShippingGuestInfoSection.email}}" userInput="{{CustomerEntityOne.email}}" stepKey="enterEmail"/>
102103
<fillField selector="{{CheckoutShippingGuestInfoSection.firstName}}" userInput="{{CustomerEntityOne.firstname}}" stepKey="enterFirstName"/>
103104
<fillField selector="{{CheckoutShippingGuestInfoSection.lastName}}" userInput="{{CustomerEntityOne.lastname}}" stepKey="enterLastName"/>

InventoryInStorePickupFrontend/Test/Mftf/ActionGroup/StorefrontPickInStoreFillCustomerEmailActionGroup.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@
1616
</arguments>
1717
<seeInCurrentUrl url="checkout/#shipping" stepKey="checkUrlFormKey"/>
1818
<waitForPageLoad time="30" stepKey="waitForPageRefresh"/>
19+
<waitForElementVisible selector="{{StorefrontSelectStoreSection.customerEmailField}}" stepKey="waitForEmailFieldVisible" />
1920
<fillField selector="{{StorefrontSelectStoreSection.customerEmailField}}" userInput="{{email}}" stepKey="fillCustomerEmail"/>
2021
</actionGroup>
2122
</actionGroups>

0 commit comments

Comments
 (0)