|
163 | 163 | <click selector="{{OrdersGridSection.selectProduct($$product3.name$$)}}" stepKey="selectProduct3"/>
|
164 | 164 | <fillField selector="{{OrdersGridSection.setQuantity($$product3.name$$)}}" userInput="10" stepKey="AddProductQuantity3"/>
|
165 | 165 | <click stepKey="addProductsToOrder" selector="{{OrdersGridSection.addProductsToOrder}}"/>
|
| 166 | + <waitForLoadingMaskToDisappear stepKey="wait6"/> |
166 | 167 | <!--Verify tier price values-->
|
167 | 168 | <grabTextFrom selector="{{OrdersGridSection.productPrice($$product1.name$$)}}" stepKey="checkProductPrice1"/>
|
168 | 169 | <assertEquals stepKey="verifyPrice1">
|
|
227 | 228 | <click selector="{{OrdersGridSection.selectProduct($$product3.name$$)}}" stepKey="selectProduct7"/>
|
228 | 229 | <fillField selector="{{OrdersGridSection.setQuantity($$product3.name$$)}}" userInput="10" stepKey="AddProductQuantity7"/>
|
229 | 230 | <click stepKey="addProductsToOrder1" selector="{{OrdersGridSection.addProductsToOrder}}"/>
|
| 231 | + <waitForLoadingMaskToDisappear stepKey="wait7"/> |
230 | 232 | <!--Verify tier price values-->
|
231 | 233 | <grabTextFrom selector="{{OrdersGridSection.productPrice($$product1.name$$)}}" stepKey="checkProductPrice7"/>
|
232 | 234 | <assertEquals stepKey="verifyPrice7">
|
|
249 | 251 | <!--Add one more product and verify values-->
|
250 | 252 | <waitForPageLoad stepKey="waitForPgeLoaded3"/>
|
251 | 253 | <click selector="{{OrdersGridSection.addProducts}}" stepKey="clickToAddProduct2"/>
|
| 254 | + <waitForLoadingMaskToDisappear stepKey="wait8"/> |
252 | 255 | <click selector="{{OrdersGridSection.selectProduct($$product4.name$$)}}" stepKey="selectProduct8"/>
|
253 | 256 | <fillField selector="{{OrdersGridSection.setQuantity($$product4.name$$)}}" userInput="10" stepKey="AddProductQuantity9"/>
|
254 | 257 | <click selector="{{OrdersGridSection.addProductsToOrder}}" stepKey="addProductsToOrder2"/>
|
| 258 | + <waitForLoadingMaskToDisappear stepKey="wait9"/> |
255 | 259 | <grabTextFrom selector="{{OrdersGridSection.productPrice($$product4.name$$)}}" stepKey="checkProductPrice10"/>
|
256 | 260 | <assertEquals stepKey="verifyPrice10">
|
257 | 261 | <expectedResult type="string">{{testDataTierPrice.goldenPrice1}}</expectedResult>
|
|
281 | 285 | <selectOption selector="{{OrdersGridSection.removeItems($$product3.name$$)}}" userInput="Remove" stepKey="clickToRemove6"/>
|
282 | 286 | <waitForLoadingMaskToDisappear stepKey="wait4"/>
|
283 | 287 | <click selector="{{OrdersGridSection.update}}" stepKey="ClickToUpdate2"/>
|
| 288 | + <waitForLoadingMaskToDisappear stepKey="wait10"/> |
284 | 289 |
|
285 | 290 | <!--TEST CASE #3-->
|
286 | 291 | <waitForPageLoad stepKey="WaitProductsDeleted1"/>
|
|
289 | 294 | <click selector="{{OrdersGridSection.selectProduct($$product1.name$$)}}" stepKey="selectProduct9"/>
|
290 | 295 | <fillField selector="{{OrdersGridSection.setQuantity($$product1.name$$)}}" userInput="10" stepKey="AddProductQuantity10"/>
|
291 | 296 | <click selector="{{OrdersGridSection.addProductsToOrder}}" stepKey="addProductsToOrder3"/>
|
| 297 | + <waitForLoadingMaskToDisappear stepKey="wait11"/> |
292 | 298 | <fillField selector="{{OrdersGridSection.applyCoupon}}" userInput="ship" stepKey="AddCouponCode"/>
|
293 | 299 | <waitForLoadingMaskToDisappear stepKey="wait5"/>
|
294 | 300 | <click selector="{{OrdersGridSection.update}}" stepKey="ClickToUpdate3"/>
|
| 301 | + <waitForLoadingMaskToDisappear stepKey="wait12"/> |
295 | 302 | <grabTextFrom selector="{{OrdersGridSection.productPrice($$product1.name$$)}}" stepKey="checkProductPrice14"/>
|
296 | 303 | <grabTextFrom selector="{{OrdersGridSection.productPrice($$product4.name$$)}}" stepKey="checkProductPrice15"/>
|
297 | 304 | <assertEquals stepKey="verifyPrice14">
|
|
0 commit comments