Skip to content

Commit 139cff8

Browse files
kavita.joshiManjusha.S
authored andcommitted
MC-27411 ; Customer can be subscribed to Newsletter Subscription on StoreFront And Verify In Admin panel- Removed aurgment form the action group
1 parent 75c1824 commit 139cff8

File tree

2 files changed

+0
-4
lines changed

2 files changed

+0
-4
lines changed

app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminAssertCustomerSubscribeNewsletterActionGroup/AdminAssertCustomerIsSubscribedToNewslettersUncheckedActionGroup.xml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,9 +11,6 @@
1111
<annotations>
1212
<description>Verify that check box "Newsletter subscribed" is unchecked on "Newsletter" tab on customer edit page.</description>
1313
</annotations>
14-
<arguments>
15-
<argument name="websiteId" type="string" defaultValue="1"/>
16-
</arguments>
1714
<click selector="//a[@class='admin__page-nav-link' and @id='tab_newsletter_content']" stepKey="subscribeToNewsletterAgain"/>
1815
<waitForPageLoad stepKey="waitForPageLoad"/>
1916
<seeElement selector="//input[@id='_newslettersubscription_status_1' and @value='']" stepKey="checkboxIsVisbale"/>

app/code/Magento/Customer/Test/Mftf/Test/StorefrontCustomerSubscribeToNewsletterAndVerifyInAdminTest.xml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
* See COPYING.txt for license details.
66
*/
77
-->
8-
98
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
109
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/testSchema.xsd">
1110
<test name="StorefrontCustomerSubscribeToNewsletterAndVerifyInAdminTest">

0 commit comments

Comments
 (0)