Skip to content

Commit

Permalink
#26455: fix mftf
Browse files Browse the repository at this point in the history
  • Loading branch information
engcom-Charlie committed Jan 28, 2020
1 parent d6316cf commit 1251f01
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 24 deletions.

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
<test name="VerifyRegistredLinkDisplayedForGuestSubscriptionNoTest">
<before>
<!--Log in to Magento as admin.-->
<actionGroup ref="LoginActionGroup" stepKey="loginAsAdmin"/>
<!--Allow Guest Subscription NO-->
<actionGroup ref="AdminNewsletterConfigFieldSetGuestNotAllowedActionGroup" stepKey="amOnNewsletterConfigField"/>
<!--Log out from Magento admin.-->
<actionGroup ref="AdminLogoutActionGroup" stepKey="logoutFromAdmin"/>
<magentoCLI command="config:set newsletter/subscription/allow_guest_subscribe 0"
stepKey="setConfigGuestSubscriptionDisable"/>
</before>
<actionGroup ref="StorefrontCreateNewSubscriberActionGroup" stepKey="createSubscriber"/>
</test>
Expand Down

0 comments on commit 1251f01

Please sign in to comment.