Skip to content

Commit 1046adf

Browse files
committed
Merge branch 'MQE-792' of github.com:magento-pangolin/magento2ce into MQE-741-2.2-develop
2 parents a28f839 + d019dce commit 1046adf

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

dev/tests/acceptance/tests/functional/Magento/FunctionalTest/Checkout/Test/StorefrontCustomerCheckoutTest.xml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,5 +75,14 @@
7575
<see stepKey="s91" selector="{{OrderDetailsInformationSection.billingAddress}}" userInput="{{US_Address_TX.street[0]}}" />
7676
<see stepKey="s93" selector="{{OrderDetailsInformationSection.shippingAddress}}" userInput="{{US_Address_TX.street[0]}}" />
7777
<see stepKey="s95" selector="{{OrderDetailsInformationSection.itemsOrdered}}" userInput="$$simpleproduct1.name$$" />
78+
<amOnPage stepKey="s96" url="{{AdminCustomerPage.url}}"/>
79+
<waitForPageLoad stepKey="s97"/>
80+
<click stepKey="s98" selector="{{AdminCustomerFiltersSection.filtersButton}}"/>
81+
<fillField stepKey="s99" selector="{{AdminCustomerFiltersSection.emailInput}}" userInput="$$simpleuscustomer.email$$"/>
82+
<click stepKey="s100" selector="{{AdminCustomerFiltersSection.apply}}"/>
83+
<click stepKey="s101" selector="{{AdminCustomerGridSection.firstRowEditLink}}"/>
84+
<click stepKey="s102" selector="{{AdminEditCustomerInformationSection.orders}}"/>
85+
<see stepKey="s103" selector="{{AdminEditCustomerOrdersSection.orderGrid}}" userInput="{$s53}" />
86+
<see stepKey="s104" selector="{{AdminEditCustomerOrdersSection.orderGrid}}" userInput="$$simpleuscustomer.firstname$$ $$simpleuscustomer.lastname$$" />
7887
</test>
7988
</tests>

0 commit comments

Comments
 (0)