Skip to content

Commit c79caa4

Browse files
AC-8385: MFTF Test Fix
1 parent 42e5cad commit c79caa4

File tree

6 files changed

+1
-87
lines changed

6 files changed

+1
-87
lines changed

app/code/Magento/Captcha/Test/Mftf/Test/StorefrontCaptchaOnOnepageCheckoutPyamentTest.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -63,9 +63,6 @@
6363

6464
<!-- Delete customer -->
6565
<deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
66-
<!-- Admin Login, Disable Config settings and Admin Logout -->
67-
<actionGroup ref="AdminLoginActionGroup" stepKey="loginToAdminPanel"/>
68-
<actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
6966
<magentoCLI command="config:set checkout/options/enable_guest_checkout_login 0" stepKey="DisablingGuestCheckoutLogin"/>
7067
</after>
7168

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919

2020
<before>
2121
<magentoCLI command="config:set checkout/options/enable_guest_checkout_login 1" stepKey="EnablingGuestCheckoutLogin"/>
22+
<actionGroup ref="AdminLoginActionGroup" stepKey="loginToAdminPanel"/>
2223
<createData entity="Simple_US_Customer" stepKey="createCustomer"/>
2324
<createData entity="defaultSimpleProduct" stepKey="simpleProduct">
2425
<field key="price">10.00</field>

app/code/Magento/Config/Test/Mftf/ActionGroup/AdminEnableDisableGuestCheckoutLoginActionGroup.xml

Lines changed: 0 additions & 28 deletions
This file was deleted.

app/code/Magento/Config/Test/Mftf/Page/AdminConfigCheckoutPage.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

app/code/Magento/Config/Test/Mftf/Section/AdminSalesCheckoutSection.xml

Lines changed: 0 additions & 13 deletions
This file was deleted.

app/code/Magento/Config/Test/Mftf/Section/ConfigurationCheckTest.xml

Lines changed: 0 additions & 30 deletions
This file was deleted.

0 commit comments

Comments
 (0)