@@ -12,7 +12,7 @@ NOTICE: Action Groups in this file are DEPRECATED and SHOULD NOT BE USED anymore
12
12
-->
13
13
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance"
14
14
xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
15
- <actionGroup name =" AdminCreateCustomerWithWebSiteAndGroup" >
15
+ <actionGroup name =" AdminCreateCustomerWithWebSiteAndGroup" deprecated = " Use `AdminCreateCustomerWithWebSiteAndGroupActionGroup` instead " >
16
16
<annotations >
17
17
<description >Goes to the Customer grid page. Click on 'Add New Customer'. Fills provided Customer Data. Fill provided Customer Address data. Assigns Product to Website and Store View. Clicks on Save.</description >
18
18
</annotations >
@@ -22,7 +22,6 @@ NOTICE: Action Groups in this file are DEPRECATED and SHOULD NOT BE USED anymore
22
22
<argument name =" storeView" type =" string" defaultValue =" {{_defaultStore.name}}" />
23
23
</arguments >
24
24
25
- <!-- NOTICE: This ActionGroup is DEPRECATED! Use `AdminCreateCustomerWithWebSiteAndGroupActionGroup` instead -->
26
25
<amOnPage url =" {{AdminCustomerPage.url}}" stepKey =" goToCustomersPage" />
27
26
<click stepKey =" addNewCustomer" selector =" {{AdminCustomerGridMainActionsSection.addNewCustomer}}" />
28
27
<selectOption stepKey =" selectWebSite" selector =" {{AdminCustomerAccountInformationSection.associateToWebsite}}" userInput =" {{website}}" />
@@ -37,37 +36,34 @@ NOTICE: Action Groups in this file are DEPRECATED and SHOULD NOT BE USED anymore
37
36
<see stepKey =" seeSuccessMessage" userInput =" You saved the customer." />
38
37
</actionGroup >
39
38
40
- <actionGroup name =" AdminEditCustomerAddressNoZipNoState" extends =" AdminEditCustomerAddressesFrom" >
39
+ <actionGroup name =" AdminEditCustomerAddressNoZipNoState" extends =" AdminEditCustomerAddressesFrom" deprecated = " Use `AdminEditCustomerAddressNoZipNoStateActionGroup` instead " >
41
40
<annotations >
42
41
<description >EXTENDS: AdminEditCustomerAddressesFrom. Removes 'selectState' and 'fillZipCode'. Clicks on 'Set Default' for Billing/Shipping.</description >
43
42
</annotations >
44
43
45
- <!-- NOTICE: This ActionGroup is DEPRECATED! Use `AdminEditCustomerAddressNoZipNoStateActionGroup` instead -->
46
44
<remove keyForRemoval =" selectState" />
47
45
<remove keyForRemoval =" fillZipCode" />
48
46
<click selector =" {{AdminEditCustomerAddressesSection.defaultBillingAddressButton}}" stepKey =" setDefaultBilling" before =" setDefaultShipping" />
49
47
<click selector =" {{AdminEditCustomerAddressesSection.defaultShippingAddressButton}}" stepKey =" setDefaultShipping" before =" fillPrefixName" />
50
48
</actionGroup >
51
49
52
- <actionGroup name =" AdminEditCustomerAddressSetDefaultShippingAndBilling" extends =" AdminEditCustomerAddressesFrom" >
50
+ <actionGroup name =" AdminEditCustomerAddressSetDefaultShippingAndBilling" extends =" AdminEditCustomerAddressesFrom" deprecated = " Use `AdminEditCustomerAddressSetDefaultShippingAndBillingActionGroup` instead " >
53
51
<annotations >
54
52
<description >EXTENDS: AdminEditCustomerAddressesFrom. Removes 'selectState' and 'fillZipCode'.</description >
55
53
</annotations >
56
54
57
- <!-- NOTICE: This ActionGroup is DEPRECATED! Use `AdminEditCustomerAddressSetDefaultShippingAndBillingActionGroup` instead -->
58
55
<click selector =" {{AdminEditCustomerAddressesSection.defaultBillingAddressButton}}" stepKey =" setDefaultBilling" before =" setDefaultShipping" />
59
56
<click selector =" {{AdminEditCustomerAddressesSection.defaultShippingAddressButton}}" stepKey =" setDefaultShipping" before =" fillPrefixName" />
60
57
</actionGroup >
61
58
62
- <actionGroup name =" EnterCustomerAddressInfo" >
59
+ <actionGroup name =" EnterCustomerAddressInfo" deprecated = " Use `EnterCustomerAddressInfoActionGroup` instead " >
63
60
<annotations >
64
61
<description >Fills in the provided Customer details (First/Last Name, Company, Phone # and Address) on the Admin Customer creation/edit page. Clicks on the Save button.</description >
65
62
</annotations >
66
63
<arguments >
67
64
<argument name =" Address" />
68
65
</arguments >
69
66
70
- <!-- NOTICE: This ActionGroup is DEPRECATED! Use `EnterCustomerAddressInfoActionGroup` instead -->
71
67
<amOnPage url =" customer/address/new/" stepKey =" goToAddressPage" />
72
68
<waitForPageLoad stepKey =" waitForAddressPage" />
73
69
<fillField stepKey =" fillFirstName" selector =" {{StorefrontCustomerAddressSection.firstName}}" userInput =" {{Address.firstname}}" />
@@ -84,16 +80,15 @@ NOTICE: Action Groups in this file are DEPRECATED and SHOULD NOT BE USED anymore
84
80
</actionGroup >
85
81
86
82
<!-- Fills State Field instead of selecting it-->
87
- <actionGroup name =" EnterCustomerAddressInfoFillState" extends =" EnterCustomerAddressInfo" >
83
+ <actionGroup name =" EnterCustomerAddressInfoFillState" extends =" EnterCustomerAddressInfo" deprecated = " Use `CreateSystemBackupActionGroup` instead " >
88
84
<annotations >
89
85
<description >EXTENDS: EnterCustomerAddressInfo. Fills the State field.</description >
90
86
</annotations >
91
87
92
- <!-- NOTICE: This ActionGroup is DEPRECATED! Use `CreateSystemBackupActionGroup` instead -->
93
88
<fillField stepKey =" selectState" selector =" {{StorefrontCustomerAddressSection.stateProvinceFill}}" userInput =" {{Address.state}}" />
94
89
</actionGroup >
95
90
96
- <actionGroup name =" VerifyCustomerBillingAddress" >
91
+ <actionGroup name =" VerifyCustomerBillingAddress" deprecated = " Use `VerifyCustomerBillingAddressActionGroup` instead " >
97
92
<annotations >
98
93
<description >Goes to the Storefront Customer Dashboard Address area. Validates that the provided Customer Billing Address is present and correct on the Storefront Customer Dashboard Address section.</description >
99
94
</annotations >
@@ -104,7 +99,6 @@ NOTICE: Action Groups in this file are DEPRECATED and SHOULD NOT BE USED anymore
104
99
<amOnPage url =" customer/address/index/" stepKey =" goToAddressPage" />
105
100
<waitForPageLoad stepKey =" waitForAddressPageLoad" />
106
101
107
- <!-- NOTICE: This ActionGroup is DEPRECATED! Use `VerifyCustomerBillingAddressActionGroup` instead -->
108
102
<see selector =" {{StorefrontCustomerAddressesSection.defaultBillingAddress}}" userInput =" {{address.firstname}} {{address.lastname}}" stepKey =" seeAssertCustomerDefaultBillingAddressFirstnameAndLastname" />
109
103
<see selector =" {{StorefrontCustomerAddressesSection.defaultBillingAddress}}" userInput =" {{address.company}}" stepKey =" seeAssertCustomerDefaultBillingAddressCompany" />
110
104
<see selector =" {{StorefrontCustomerAddressesSection.defaultBillingAddress}}" userInput =" {{address.street[0]}}" stepKey =" seeAssertCustomerDefaultBillingAddressStreet" />
@@ -114,15 +108,14 @@ NOTICE: Action Groups in this file are DEPRECATED and SHOULD NOT BE USED anymore
114
108
<see selector =" {{StorefrontCustomerAddressesSection.defaultBillingAddress}}" userInput =" {{address.telephone}}" stepKey =" seeAssertCustomerDefaultBillingAddressTelephone" />
115
109
</actionGroup >
116
110
117
- <actionGroup name =" VerifyCustomerShippingAddress" >
111
+ <actionGroup name =" VerifyCustomerShippingAddress" deprecated = " Use `VerifyCustomerShippingAddressActionGroup` instead " >
118
112
<annotations >
119
113
<description >Goes to the Storefront Customer Dashboard Address area. Validates that the provided Customer Shipping Address is present and correct.</description >
120
114
</annotations >
121
115
<arguments >
122
116
<argument name =" address" />
123
117
</arguments >
124
118
125
- <!-- NOTICE: This ActionGroup is DEPRECATED! Use `VerifyCustomerShippingAddressActionGroup` instead -->
126
119
<amOnPage url =" customer/address/index/" stepKey =" goToAddressPage" />
127
120
<waitForPageLoad stepKey =" waitForAddressPageLoad" />
128
121
<see selector =" {{StorefrontCustomerAddressesSection.defaultShippingAddress}}" userInput =" {{address.firstname}} {{address.lastname}}" stepKey =" seeAssertCustomerDefaultShippingAddressFirstnameAndLastname" />
@@ -134,15 +127,14 @@ NOTICE: Action Groups in this file are DEPRECATED and SHOULD NOT BE USED anymore
134
127
<see selector =" {{StorefrontCustomerAddressesSection.defaultShippingAddress}}" userInput =" {{address.telephone}}" stepKey =" seeAssertCustomerDefaultShippingAddressTelephone" />
135
128
</actionGroup >
136
129
137
- <actionGroup name =" VerifyCustomerBillingAddressWithState" >
130
+ <actionGroup name =" VerifyCustomerBillingAddressWithState" deprecated = " Use `VerifyCustomerBillingAddressWithStateActionGroup` instead " >
138
131
<annotations >
139
132
<description >Goes to the Storefront Customer Dashboard Address area. Validates that the provided Customer Billing Address, including the State, is present and correct.</description >
140
133
</annotations >
141
134
<arguments >
142
135
<argument name =" address" />
143
136
</arguments >
144
137
145
- <!-- NOTICE: This ActionGroup is DEPRECATED! Use `VerifyCustomerBillingAddressWithStateActionGroup` instead -->
146
138
<amOnPage url =" customer/address/index/" stepKey =" goToAddressPage" />
147
139
<waitForPageLoad stepKey =" waitForAddressPageLoad" />
148
140
<see selector =" {{StorefrontCustomerAddressesSection.defaultBillingAddress}}" userInput =" {{address.firstname}} {{address.lastname}}" stepKey =" seeAssertCustomerDefaultBillingAddressFirstnameAndLastname" />
@@ -154,15 +146,14 @@ NOTICE: Action Groups in this file are DEPRECATED and SHOULD NOT BE USED anymore
154
146
<see selector =" {{StorefrontCustomerAddressesSection.defaultBillingAddress}}" userInput =" {{address.telephone}}" stepKey =" seeAssertCustomerDefaultBillingAddressTelephone" />
155
147
</actionGroup >
156
148
157
- <actionGroup name =" VerifyCustomerShippingAddressWithState" >
149
+ <actionGroup name =" VerifyCustomerShippingAddressWithState" deprecated = " Use `VerifyCustomerShippingAddressWithStateActionGroup` instead " >
158
150
<annotations >
159
151
<description >Goes to the Storefront Customer Dashboard Address area. Validates that the provided Customer Shipping Address, including the State, is present and correct.</description >
160
152
</annotations >
161
153
<arguments >
162
154
<argument name =" address" />
163
155
</arguments >
164
156
165
- <!-- NOTICE: This ActionGroup is DEPRECATED! Use `VerifyCustomerShippingAddressWithStateActionGroup` instead -->
166
157
<amOnPage url =" customer/address/index/" stepKey =" goToAddressPage" />
167
158
<waitForPageLoad stepKey =" waitForAddressPageLoad" />
168
159
<see selector =" {{StorefrontCustomerAddressesSection.defaultShippingAddress}}" userInput =" {{address.firstname}} {{address.lastname}}" stepKey =" seeAssertCustomerDefaultShippingAddressFirstnameAndLastname" />
@@ -174,15 +165,14 @@ NOTICE: Action Groups in this file are DEPRECATED and SHOULD NOT BE USED anymore
174
165
<see selector =" {{StorefrontCustomerAddressesSection.defaultShippingAddress}}" userInput =" {{address.telephone}}" stepKey =" seeAssertCustomerDefaultShippingAddressTelephone" />
175
166
</actionGroup >
176
167
177
- <actionGroup name =" VerifyCustomerNameOnFrontend" >
168
+ <actionGroup name =" VerifyCustomerNameOnFrontend" deprecated = " Use `VerifyCustomerNameOnFrontendActionGroup` instead " >
178
169
<annotations >
179
170
<description >Goes to the Storefront Customer Dashboard page. Validates that the Customer First/Last Name is present and correct.</description >
180
171
</annotations >
181
172
<arguments >
182
173
<argument name =" customer" />
183
174
</arguments >
184
175
185
- <!-- NOTICE: This ActionGroup is DEPRECATED! Use `VerifyCustomerNameOnFrontendActionGroup` instead -->
186
176
<amOnPage url =" customer/account/edit/" stepKey =" goToAddressPage" />
187
177
<waitForPageLoad stepKey =" waitForAddressPageLoad" />
188
178
<click selector =" {{StorefrontCustomerSidebarSection.sidebarCurrentTab('Account Information')}}" stepKey =" clickAccountInformationFromSidebarCurrentTab" />
0 commit comments