Skip to content

Commit d019dce

Browse files
committed
MQE-792: fixed StorefrontCustomerCheckoutTest test.
1 parent 2bbf7e9 commit d019dce

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

+9
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)