Skip to content

Commit b02e7e1

Browse files
authored
Merge pull request #400 from magento-commerce/stability_control
Stability control treaty organization duties =)
2 parents 9ecad58 + 635775e commit b02e7e1

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-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"/>

InventoryCatalogAdminUi/Test/Mftf/Test/AdminCreateOrderWithSimpleProductInSingleStockModeWithBackordersTest.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@
8282
<waitForElementVisible selector="{{StorefrontMinicartSection.viewAndEditCart}}" stepKey="waitForViewAndEditCartVisible"/>
8383
<click selector="{{StorefrontMinicartSection.goToCheckout}}" stepKey="goToCheckout"/>
8484
<waitForPageLoad stepKey="waitForGuestCheckoutPageLoad"/>
85+
<waitForElementVisible selector="{{CheckoutShippingGuestInfoSection.email}}" stepKey="waitForEmailField" />
8586
<fillField selector="{{CheckoutShippingGuestInfoSection.email}}" userInput="{{CustomerEntityOne.email}}" stepKey="enterEmail"/>
8687
<fillField selector="{{CheckoutShippingGuestInfoSection.firstName}}" userInput="{{CustomerEntityOne.firstname}}" stepKey="enterFirstName"/>
8788
<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>

InventoryInStorePickupFrontend/Test/Mftf/ActionGroup/StorefrontPickInStoreGuestCustomerFillBillingAddressActionGroup.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<annotations>
1212
<description>Fill guest customer billing address for store pickup shipping method.</description>
1313
</annotations>
14+
<remove keyForRemoval="waitForEmailField"/>
1415
<remove keyForRemoval="enterEmail"/>
1516
<click selector="{{CheckoutPaymentSection.update}}" stepKey="updateAddress"/>
1617
<waitForLoadingMaskToDisappear stepKey="waitForAddressUpdate"/>

0 commit comments

Comments
 (0)