Skip to content

Commit b421b89

Browse files
committed
Merge branch '2.3-dev-pan-2.3.0' of github.com:magento-pangolin/magento2ce into 2.3-dev-pan-2.3.0
2 parents 9770003 + e273715 commit b421b89

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@
4545
<fillField selector="{{CheckoutShippingSection.lastName}}" userInput="{{CustomerEntityOne.lastname}}" stepKey="enterLastName"/>
4646
<fillField selector="{{CheckoutShippingSection.street}}" userInput="{{UK_Address.street[0]}}" stepKey="enterStreet"/>
4747
<fillField selector="{{CheckoutShippingSection.city}}" userInput="{{UK_Address.city}}" stepKey="enterCity"/>
48+
<fillField selector="{{CheckoutShippingSection.stateInput}}" userInput="{{UK_Address.province}}" stepKey="enterProvince"/>
4849
<waitForPageLoad stepKey="waitFormToReload2"/>
4950
<see userInput="State/Province" stepKey="StateFieldStillExists"/>
5051
<fillField selector="{{CheckoutShippingSection.telephone}}" userInput="{{UK_Address.telephone}}" stepKey="enterTelephone"/>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@
6060

6161
<amOnPage stepKey="s67" url="{{AdminOrdersPage.url}}"/>
6262
<waitForPageLoad stepKey="s75"/>
63+
<actionGroup ref="AdminOrdersGridClearFiltersActionGroup" stepKey="clearFiltersIfPresent"/>
6364
<fillField stepKey="s77" selector="{{AdminOrdersGridSection.search}}" userInput="{$s53}" />
6465
<waitForPageLoad stepKey="s78"/>
6566

app/code/Magento/Customer/Test/Mftf/Data/AddressData.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -92,5 +92,6 @@
9292
<data key="city">London</data>
9393
<data key="country_id">GB</data>
9494
<data key="telephone">512-345-6789</data>
95+
<data key="province">JS</data>
9596
</entity>
9697
</entities>

0 commit comments

Comments
 (0)