Skip to content

Commit 7dc6ba4

Browse files
authored
ACQE-7381 | [MFTF TESTS] StorefrontUSCustomerCheckoutWithCouponAndBankTransferPaymentMethodTest
1 parent e016a93 commit 7dc6ba4

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

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

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -87,9 +87,6 @@
8787

8888
<!-- Create customer -->
8989
<createData entity="Simple_Customer_Without_Address" stepKey="createCustomer"/>
90-
<actionGroup ref="AdminChangeTableRatesShippingMethodStatusActionGroup" stepKey="disableTableRatesShippingMethod">
91-
<argument name="status" value="0"/>
92-
</actionGroup>
9390

9491
<actionGroup ref="CliIndexerReindexActionGroup" stepKey="reindex">
9592
<argument name="indices" value="cataloginventory_stock"/>
@@ -123,6 +120,13 @@
123120
<argument name="indices" value=""/>
124121
</actionGroup>
125122
</after>
123+
<actionGroup ref="AdminOpenShippingMethodsConfigPageActionGroup" stepKey="openShippingMethodConfigPage"/>
124+
<actionGroup ref="AdminSwitchWebsiteActionGroup" stepKey="switchDefaultWebsite">
125+
<argument name="website" value="_defaultWebsite"/>
126+
</actionGroup>
127+
<actionGroup ref="AdminChangeTableRatesShippingMethodStatusActionGroup" stepKey="enableTableRatesShippingMethodForDefaultWebsite">
128+
<argument name="status" value="1"/>
129+
</actionGroup>
126130

127131
<!-- Add Simple Product to cart -->
128132
<amOnPage url="{{StorefrontProductPage.url($$createSimpleProduct.custom_attributes[url_key]$$)}}" stepKey="navigateToSimpleProductPage"/>

0 commit comments

Comments
 (0)