Skip to content

Commit 96214ed

Browse files
authored
Merge branch 'magento-commerce:develop' into ACP2E-2123
2 parents cacff55 + b077170 commit 96214ed

5 files changed

+5
-1
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"/>

InventorySwatchesFrontendUi/Test/Mftf/Test/StorefrontValidateVisualSwatchAbsenceOfAttributeWhenProductStocksOutTest.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
<searchAndMultiSelectOption selector="{{AdminProductFormSection.categoriesDropdown}}" parameterArray="[$$createCategory.name$$]" stepKey="fillCategory"/>
7979
<conditionalClick selector="{{AdminProductFormConfigurationsSection.sectionHeader}}" dependentSelector="{{AdminProductFormConfigurationsSection.createConfigurations}}" visible="false" stepKey="openConfigurationSection"/>
8080
<click selector="{{AdminProductFormConfigurationsSection.createConfigurations}}" stepKey="openConfigurationPanel"/>
81-
<waitForElementVisible selector="{{AdminCreateProductConfigurationsPanel.createNewAttribute}}" stepKey="waitForSlideOut"/>
81+
<waitForElementClickable selector="{{AdminCreateProductConfigurationsPanel.createNewAttribute}}" stepKey="waitForSlideOut"/>
8282
<click selector="{{AdminCreateProductConfigurationsPanel.createNewAttribute}}" stepKey="clickCreateNewAttribute"/>
8383
<waitForPageLoad stepKey="waitForIFrame"/>
8484
<!--Create a new attribute with visual swatches options-->

0 commit comments

Comments
 (0)