|
135 | 135 | <selectOption selector="{{AdminOrderFormConfigureProductSection.optionSelect($$createConfigProductAttribute.default_frontend_label$$)}}" userInput="$$getConfigAttributeOption1.label$$" stepKey="selectConfigurableOption"/>
|
136 | 136 | <click selector="{{AdminOrderFormConfigureProductSection.ok}}" stepKey="clickOkButton"/>
|
137 | 137 | <click selector="{{AdminCustomerCreateNewOrderSection.updateChangesBtn}}" stepKey="clickOnUpdateButton"/>
|
| 138 | + <waitForPageLoad stepKey="waitForAdminOrderItemsOrderedSectionPageLoad1"/> |
138 | 139 |
|
139 | 140 | <!-- Assert Products in Order item section -->
|
140 | 141 | <see selector="{{AdminOrderItemsOrderedSection.productName}}" userInput="$$simpleProduct.name$$" stepKey="seeSimpleProductInOrderItemGrid"/>
|
|
144 | 145 | <selectOption selector="{{AdminOrderFormItemsOrderedSection.moveProduct($$simpleProduct.name$$)}}" userInput="Move to Shopping Cart" stepKey="moveFirstSimpleProductToShoppingCart"/>
|
145 | 146 | <selectOption selector="{{AdminOrderFormItemsOrderedSection.moveProduct($$simpleProduct1.name$$)}}" userInput="Move to Shopping Cart" stepKey="moveSecondSimpleProductToShoppingCart"/>
|
146 | 147 | <click selector="{{OrdersGridSection.update}}" stepKey="clickOnUpdateItems"/>
|
| 148 | + <waitForPageLoad stepKey="waitForAdminCreateOrderShoppingCartSectionPageLoad"/> |
147 | 149 |
|
148 | 150 | <!-- Assert products in Shopping cart section -->
|
149 | 151 | <see selector="{{AdminCreateOrderShoppingCartSection.shoppingCartBlock}}" userInput="$$simpleProduct.name$$" stepKey="seeProductInShoppingCart"/>
|
|
154 | 156 | <click selector="{{AdminCreateOrderShoppingCartSection.addToOrderCheckBox($$simpleProduct.name$$)}}" stepKey="selectFirstProduct"/>
|
155 | 157 | <click selector="{{AdminCreateOrderShoppingCartSection.addToOrderCheckBox($$simpleProduct1.name$$)}}" stepKey="selectSecondProduct"/>
|
156 | 158 | <click selector="{{AdminCustomerCreateNewOrderSection.updateChangesBtn}}" stepKey="clickOnUpdateButton1"/>
|
| 159 | + <waitForPageLoad stepKey="waitForAdminCreateOrderShoppingCartSectionPageLoad1"/> |
157 | 160 |
|
158 | 161 | <!-- After move, assert products are not present in Shopping cart section -->
|
159 | 162 | <dontSee selector="{{AdminCreateOrderShoppingCartSection.shoppingCartBlock}}" userInput="$$simpleProduct.name$$" stepKey="donSeeProductInShoppingCart"/>
|
|
177 | 180 |
|
178 | 181 | <!-- Submit order -->
|
179 | 182 | <click selector="{{AdminOrderFormActionSection.SubmitOrder}}" stepKey="submitOrder"/>
|
| 183 | + <waitForPageLoad stepKey="waitForAdminOrderFormLoad"/> |
180 | 184 |
|
181 | 185 | <!-- Verify order information -->
|
182 | 186 | <actionGroup ref="verifyCreatedOrderInformation" stepKey="verifyCreatedOrderInformation"/>
|
|
0 commit comments