|
11 | 11 | <test name="StorefrontOrderPagerIsAbsentTest">
|
12 | 12 | <annotations>
|
13 | 13 | <stories value="Storefront order pager"/>
|
14 |
| - <title value="Pager is absent for 20 order items"/> |
15 |
| - <description value="Pager is disabled for orders with less than 20 items"/> |
| 14 | + <title value="Pager is absent for 10 order items"/> |
| 15 | + <description value="Pager is disabled for orders with less than 10 items"/> |
16 | 16 | <severity value="CRITICAL"/>
|
17 | 17 | <testCaseId value="MC-16166"/>
|
18 | 18 | <group value="sales"/>
|
19 | 19 | <group value="mtf_migrated"/>
|
20 | 20 | </annotations>
|
21 | 21 | <before>
|
22 | 22 | <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="LoginAsAdmin"/>
|
23 |
| - |
| 23 | + |
24 | 24 | <createData entity="_defaultCategory" stepKey="createCategory"/>
|
25 | 25 | <createData entity="SimpleProduct" stepKey="createProduct01">
|
26 | 26 | <requiredEntity createDataKey="createCategory"/>
|
|
52 | 52 | <createData entity="SimpleProduct" stepKey="createProduct10">
|
53 | 53 | <requiredEntity createDataKey="createCategory"/>
|
54 | 54 | </createData>
|
55 |
| - <createData entity="SimpleProduct" stepKey="createProduct11"> |
56 |
| - <requiredEntity createDataKey="createCategory"/> |
57 |
| - </createData> |
58 |
| - <createData entity="SimpleProduct" stepKey="createProduct12"> |
59 |
| - <requiredEntity createDataKey="createCategory"/> |
60 |
| - </createData> |
61 |
| - <createData entity="ApiSimpleProduct" stepKey="createProduct13"> |
62 |
| - <requiredEntity createDataKey="createCategory"/> |
63 |
| - </createData> |
64 |
| - <createData entity="ApiSimpleProduct" stepKey="createProduct14"> |
65 |
| - <requiredEntity createDataKey="createCategory"/> |
66 |
| - </createData> |
67 |
| - <createData entity="ApiSimpleProduct" stepKey="createProduct15"> |
68 |
| - <requiredEntity createDataKey="createCategory"/> |
69 |
| - </createData> |
70 |
| - <createData entity="ApiSimpleProduct" stepKey="createProduct16"> |
71 |
| - <requiredEntity createDataKey="createCategory"/> |
72 |
| - </createData> |
73 |
| - <createData entity="ApiSimpleProduct" stepKey="createProduct17"> |
74 |
| - <requiredEntity createDataKey="createCategory"/> |
75 |
| - </createData> |
76 |
| - <createData entity="ApiSimpleProduct" stepKey="createProduct18"> |
77 |
| - <requiredEntity createDataKey="createCategory"/> |
78 |
| - </createData> |
79 |
| - <createData entity="ApiSimpleProduct" stepKey="createProduct19"> |
80 |
| - <requiredEntity createDataKey="createCategory"/> |
81 |
| - </createData> |
82 |
| - <createData entity="ApiSimpleProduct" stepKey="createProduct20"> |
83 |
| - <requiredEntity createDataKey="createCategory"/> |
84 |
| - </createData> |
85 | 55 |
|
86 | 56 | <createData entity="Simple_US_Customer" stepKey="createCustomer"/>
|
87 | 57 |
|
|
98 | 68 | <deleteData createDataKey="createProduct08" stepKey="deleteProduct8"/>
|
99 | 69 | <deleteData createDataKey="createProduct09" stepKey="deleteProduct9"/>
|
100 | 70 | <deleteData createDataKey="createProduct10" stepKey="deleteProduct10"/>
|
101 |
| - <deleteData createDataKey="createProduct11" stepKey="deleteProduct11"/> |
102 |
| - <deleteData createDataKey="createProduct12" stepKey="deleteProduct12"/> |
103 |
| - <deleteData createDataKey="createProduct13" stepKey="deleteProduct13"/> |
104 |
| - <deleteData createDataKey="createProduct14" stepKey="deleteProduct14"/> |
105 |
| - <deleteData createDataKey="createProduct15" stepKey="deleteProduct15"/> |
106 |
| - <deleteData createDataKey="createProduct16" stepKey="deleteProduct16"/> |
107 |
| - <deleteData createDataKey="createProduct17" stepKey="deleteProduct17"/> |
108 |
| - <deleteData createDataKey="createProduct18" stepKey="deleteProduct18"/> |
109 |
| - <deleteData createDataKey="createProduct19" stepKey="deleteProduct19"/> |
110 |
| - <deleteData createDataKey="createProduct20" stepKey="deleteProduct20"/> |
111 | 71 |
|
112 | 72 | <deleteData createDataKey="createCustomer" stepKey="deleteCustomer"/>
|
113 | 73 | <actionGroup ref="AdminLogoutActionGroup" stepKey="logout"/>
|
114 | 74 | </after>
|
115 |
| - |
| 75 | + |
116 | 76 | <actionGroup ref="LoginToStorefrontActionGroup" stepKey="loginAsCustomer">
|
117 | 77 | <argument name="Customer" value="$$createCustomer$$" />
|
118 | 78 | </actionGroup>
|
119 |
| - |
| 79 | + |
120 | 80 | <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="onCategoryPage"/>
|
121 | 81 | <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="waitForPageLoad"/>
|
122 | 82 | <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="scrollToLimiter"/>
|
|
167 | 127 | <requiredEntity createDataKey="createCustomerCart"/>
|
168 | 128 | <requiredEntity createDataKey="createProduct10"/>
|
169 | 129 | </createData>
|
170 |
| - <createData entity="CustomerCartItem" stepKey="addProduct11"> |
171 |
| - <requiredEntity createDataKey="createCustomerCart"/> |
172 |
| - <requiredEntity createDataKey="createProduct11"/> |
173 |
| - </createData> |
174 |
| - <createData entity="CustomerCartItem" stepKey="addProduct12"> |
175 |
| - <requiredEntity createDataKey="createCustomerCart"/> |
176 |
| - <requiredEntity createDataKey="createProduct12"/> |
177 |
| - </createData> |
178 |
| - <createData entity="CustomerCartItem" stepKey="addProduct13"> |
179 |
| - <requiredEntity createDataKey="createCustomerCart"/> |
180 |
| - <requiredEntity createDataKey="createProduct13"/> |
181 |
| - </createData> |
182 |
| - <createData entity="CustomerCartItem" stepKey="addProduct14"> |
183 |
| - <requiredEntity createDataKey="createCustomerCart"/> |
184 |
| - <requiredEntity createDataKey="createProduct14"/> |
185 |
| - </createData> |
186 |
| - <createData entity="CustomerCartItem" stepKey="addProduct15"> |
187 |
| - <requiredEntity createDataKey="createCustomerCart"/> |
188 |
| - <requiredEntity createDataKey="createProduct15"/> |
189 |
| - </createData> |
190 |
| - <createData entity="CustomerCartItem" stepKey="addProduct16"> |
191 |
| - <requiredEntity createDataKey="createCustomerCart"/> |
192 |
| - <requiredEntity createDataKey="createProduct16"/> |
193 |
| - </createData> |
194 |
| - <createData entity="CustomerCartItem" stepKey="addProduct17"> |
195 |
| - <requiredEntity createDataKey="createCustomerCart"/> |
196 |
| - <requiredEntity createDataKey="createProduct17"/> |
197 |
| - </createData> |
198 |
| - <createData entity="CustomerCartItem" stepKey="addProduct18"> |
199 |
| - <requiredEntity createDataKey="createCustomerCart"/> |
200 |
| - <requiredEntity createDataKey="createProduct18"/> |
201 |
| - </createData> |
202 |
| - <createData entity="CustomerCartItem" stepKey="addProduct19"> |
203 |
| - <requiredEntity createDataKey="createCustomerCart"/> |
204 |
| - <requiredEntity createDataKey="createProduct19"/> |
205 |
| - </createData> |
206 |
| - <createData entity="CustomerCartItem" stepKey="addProduct20"> |
207 |
| - <requiredEntity createDataKey="createCustomerCart"/> |
208 |
| - <requiredEntity createDataKey="createProduct20"/> |
209 |
| - </createData> |
210 |
| - |
| 130 | + |
211 | 131 | <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="onCheckout"/>
|
212 | 132 | <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="see20Products"/>
|
213 | 133 | <comment userInput="Comment is added to preserve the step key for backward compatibility" stepKey="clickNextButton"/>
|
|
0 commit comments