Skip to content

Commit b2b3a01

Browse files
AC-8385: MFTF Test Fix
1 parent 72f95aa commit b2b3a01

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

app/code/Magento/Sales/Test/Mftf/Test/PlaceAnOrderAndCreditMemoItValidateTheOrderStatusIsClosedTest.xml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<testCaseId value="AC-1577"/>
1616
</annotations>
1717
<before>
18+
<magentoCLI command="config:set checkout/options/enable_guest_checkout_login 1" stepKey="EnablingGuestCheckoutLogin"/>
1819
<!-- Add downloadable domains -->
1920
<magentoCLI stepKey="addDownloadableDomain" command="downloadable:domains:add example.com static.magento.com"/>
2021

@@ -82,6 +83,7 @@
8283
<!-- Logout User and Admin -->
8384
<actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="logoutCustomer"/>
8485
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
86+
<magentoCLI command="config:set checkout/options/enable_guest_checkout_login 0" stepKey="DisablingGuestCheckoutLogin"/>
8587
</after>
8688

8789
<actionGroup ref="OpenStoreFrontProductPageActionGroup" stepKey="navigateToProductPage">

0 commit comments

Comments
 (0)