|
7 | 7 | -->
|
8 | 8 | <actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
9 | 9 | xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
|
10 |
| - <actionGroup name="AdminCreateInvitationActionGroup"> |
| 10 | + <actionGroup name="AdminCreateInvitationsActionGroup"> |
11 | 11 | <annotations>
|
12 | 12 | <description>Adds the invitation.</description>
|
13 | 13 | </annotations>
|
14 | 14 | <arguments>
|
15 |
| - <argument name="email" type="string" defaultValue="{{InvitationData.email}}"/> |
16 |
| - <argument name="message" type="string" defaultValue="{{InvitationData.message}}"/> |
17 |
| - <argument name="store" type="string" defaultValue="{{InvitationData.store_id}}"/> |
18 |
| - <argument name="group" type="string" defaultValue="{{InvitationData.group_id}}"/> |
| 15 | + <argument name="email" type="string" defaultValue="{{InvitationsData.email}}"/> |
| 16 | + <argument name="message" type="string" defaultValue="{{InvitationsData.message}}"/> |
| 17 | + <argument name="store" type="string" defaultValue="{{InvitationsData.store_id}}"/> |
| 18 | + <argument name="group" type="string" defaultValue="{{InvitationsData.group_id}}"/> |
19 | 19 | </arguments>
|
20 | 20 |
|
21 |
| - <click selector="{{AdminInvitationSection.addInvitation}}" stepKey="clickAddInvitationButton"/> |
| 21 | + <click selector="{{AdminInvitationsSection.addInvitation}}" stepKey="clickAddInvitationButton"/> |
22 | 22 | <waitForPageLoad stepKey="waitForPageLoad"/>
|
23 |
| - <fillField selector="{{AdminInvitationSection.email}}" userInput="{{email}}" stepKey="fillInEmailField"/> |
24 |
| - <fillField selector="{{AdminInvitationSection.message}}" userInput="{{message}}" stepKey="fillInMessageFields"/> |
25 |
| - <selectOption selector="{{AdminInvitationSection.sendFrom}}" userInput="{{store}}" stepKey="selectInvitationSendFrom"/> |
26 |
| - <selectOption selector="{{AdminInvitationSection.inviteeGroup}}" userInput="{{group}}" stepKey="selectInviteeGroup"/> |
27 |
| - <click selector="{{AdminInvitationSection.saveInvitation}}" stepKey="clickSaveInvitationButton"/> |
28 |
| - <waitForText selector="{{AdminInvitationSection.successMessage}}" userInput="We sent 1 invitation(s)." stepKey="seeSuccessMessage"/> |
| 23 | + <fillField selector="{{AdminInvitationsSection.email}}" userInput="{{email}}" stepKey="fillInEmailField"/> |
| 24 | + <fillField selector="{{AdminInvitationsSection.message}}" userInput="{{message}}" stepKey="fillInMessageFields"/> |
| 25 | + <selectOption selector="{{AdminInvitationsSection.sendFrom}}" userInput="{{store}}" stepKey="selectInvitationSendFrom"/> |
| 26 | + <selectOption selector="{{AdminInvitationsSection.inviteeGroup}}" userInput="{{group}}" stepKey="selectInviteeGroup"/> |
| 27 | + <click selector="{{AdminInvitationsSection.saveInvitation}}" stepKey="clickSaveInvitationButton"/> |
| 28 | + <waitForText selector="{{AdminInvitationsSection.successMessage}}" userInput="We sent 1 invitation(s)." stepKey="seeSuccessMessage"/> |
29 | 29 | </actionGroup>
|
30 | 30 | </actionGroups>
|
0 commit comments