Skip to content

Commit ba20b26

Browse files
committed
ACP2E-1631: Not able to send an invitation
1 parent 7f96854 commit ba20b26

File tree

5 files changed

+18
-74
lines changed

5 files changed

+18
-74
lines changed

app/code/Magento/Customer/Test/Mftf/ActionGroup/AdminCreateInviteActionGroup.xml

Lines changed: 0 additions & 30 deletions
This file was deleted.
Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<!--
3+
/**
4+
* Copyright © Magento, Inc. All rights reserved.
5+
* See COPYING.txt for license details.
6+
*/
7+
-->
8+
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
9+
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
10+
<actionGroup name="AdminMarketingInviteeCustomerGroupActionGroup">
11+
<arguments>
12+
<argument name="inviteeGroup" type="string" defaultValue="{{GeneralCustomerGroup.code}}"/>
13+
</arguments>
14+
15+
<selectOption selector="{{AdminCustomerAccountInformationSection.inviteeGroup}}" userInput="{{inviteeGroup}}" stepKey="selectInviteeGroup"/>
16+
</actionGroup>
17+
</actionGroups>

app/code/Magento/Customer/Test/Mftf/Data/AdminMarketingInviteData.xml

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

app/code/Magento/Customer/Test/Mftf/Section/AdminCustomerAccountInformationSection.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<element name="email" type="input" selector="input[name='customer[email]']"/>
2121
<element name="disableAutomaticGroupChange" type="input" selector="input[name='customer[disable_auto_group_change]']"/>
2222
<element name="group" type="select" selector="[name='customer[group_id]']"/>
23+
<element name="inviteeGroup" type="select" selector="div[data-index='group_id'] select[name='group_id']"/>
2324
<element name="groupIdValue" type="text" selector="//*[@name='customer[group_id]']/option"/>
2425
<element name="groupValue" type="button" selector="//span[text()='{{groupValue}}']" parameterized="true"/>
2526
<element name="associateToWebsite" type="select" selector="//select[@name='customer[website_id]']"/>

app/code/Magento/Customer/Test/Mftf/Section/AdminMarketingInviteSection.xml

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

0 commit comments

Comments
 (0)