Skip to content

Commit 923198b

Browse files
committed
MC-18750: Failed function test Magento\FunctionalTestingFramework.functional.StorefrontUKCustomerCheckoutWithCouponTest
1 parent ee5935a commit 923198b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

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

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@
1919

2020
<before>
2121
<magentoCLI command="downloadable:domains:add" arguments="example.com static.magento.com" stepKey="addDownloadableDomain"/>
22-
<actionGroup ref="LoginAsAdmin" stepKey="loginToAdminPanel"/>
2322
<createData entity="ApiDownloadableProduct" stepKey="createDownloadableProduct">
2423
<field key="price">20.00</field>
2524
</createData>
@@ -44,6 +43,7 @@
4443
<deleteData createDataKey="virtualProduct" stepKey="deleteVirtualProduct"/>
4544
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
4645
<deleteData createDataKey="createSalesRule" stepKey="deleteSalesRule"/>
46+
<actionGroup ref="AdminOrdersGridClearFiltersActionGroup" stepKey="clearOrderFilters"/>
4747
<actionGroup ref="logout" stepKey="logout"/>
4848
</after>
4949

@@ -108,6 +108,9 @@
108108
<seeElement selector="{{StorefrontMiniCartSection.emptyMiniCart}}" stepKey="assertEmptyCart" />
109109
<grabTextFrom selector="{{CheckoutSuccessMainSection.orderLink}}" stepKey="orderId"/>
110110

111+
<!-- Login to Admin Page -->
112+
<actionGroup ref="LoginAsAdmin" stepKey="loginToAdminPanel"/>
113+
111114
<!-- Open Order Index Page -->
112115
<amOnPage url="{{AdminOrdersPage.url}}" stepKey="goToOrders"/>
113116
<waitForPageLoad stepKey="waitForPageLoad5"/>

0 commit comments

Comments
 (0)