|
55 | 55 | <click selector="{{AdminCreateProductConfigurationsPanel.next}}" stepKey="generateProducts"/>
|
56 | 56 | <actionGroup ref="AdminProductFormSaveActionGroup" stepKey="saveProduct"/>
|
57 | 57 | <conditionalClick selector="{{AdminChooseAffectedAttributeSetPopup.confirm}}" dependentSelector="{{AdminChooseAffectedAttributeSetPopup.confirm}}" visible="true" stepKey="clickOnConfirmInPopup"/>
|
58 |
| - <seeElement selector="{{AdminProductMessagesSection.successMessage}}" stepKey="seeSaveProductMessage"/> |
| 58 | + <waitForElement selector="{{AdminProductMessagesSection.successMessage}}" stepKey="seeSaveProductMessage"/> |
59 | 59 | </before>
|
60 | 60 | <after>
|
61 | 61 | <actionGroup ref="AdminOpenProductIndexPageActionGroup" stepKey="navigateToProductIndex"/>
|
|
140 | 140 | </actionGroup>
|
141 | 141 | <actionGroup ref="StorefrontSaveAddressActionGroup" stepKey="saveAddresses"/>
|
142 | 142 | <waitForPageLoad stepKey="waitForPageToLoadProperly"/>
|
143 |
| - <seeElement selector="{{ShippingMethodSection.productDetails('simple product','1')}}" stepKey="assertSimpleProductDetails"/> |
144 |
| - <seeElement selector="{{ShippingMethodSection.productDetails('config product','1')}}" stepKey="assertConfigProductRedDetails"/> |
145 |
| - <seeElement selector="{{ShippingMethodSection.productDetails('config product','10')}}" stepKey="assertConfigProductGreenDetails"/> |
| 143 | + <waitForElement selector="{{ShippingMethodSection.productDetails('simple product','1')}}" stepKey="assertSimpleProductDetails"/> |
| 144 | + <waitForElement selector="{{ShippingMethodSection.productDetails('config product','1')}}" stepKey="assertConfigProductRedDetails"/> |
| 145 | + <waitForElement selector="{{ShippingMethodSection.productDetails('config product','10')}}" stepKey="assertConfigProductGreenDetails"/> |
146 | 146 | <!-- Click 'Continue to Billing Information' -->
|
147 | 147 | <actionGroup ref="StorefrontLeaveDefaultShippingMethodsAndGoToBillingInfoActionGroup" stepKey="useDefaultShippingMethod"/>
|
148 | 148 | <!-- Click 'Go to Review Your Order' -->
|
|
155 | 155 | <!-- Go to My Account > My Orders and verify orderId-->
|
156 | 156 | <actionGroup ref="StorefrontNavigateToCustomerOrdersHistoryPageActionGroup" stepKey="goToMyOrdersPage"/>
|
157 | 157 | <waitForPageLoad stepKey="waitForMyOrdersPageLoad"/>
|
158 |
| - <seeElement selector="{{StorefrontCustomerOrdersGridSection.orderView({$grabFirstOrderId})}}" stepKey="seeFirstOrder"/> |
159 |
| - <seeElement selector="{{StorefrontCustomerOrdersGridSection.orderView({$grabSecondOrderId})}}" stepKey="seeSecondOrder"/> |
| 158 | + <waitForElement selector="{{StorefrontCustomerOrdersGridSection.orderView({$grabFirstOrderId})}}" stepKey="seeFirstOrder"/> |
| 159 | + <waitForElement selector="{{StorefrontCustomerOrdersGridSection.orderView({$grabSecondOrderId})}}" stepKey="seeSecondOrder"/> |
160 | 160 | <!-- Logout customer -->
|
161 | 161 | <actionGroup ref="StorefrontCustomerLogoutActionGroup" stepKey="logoutCustomer"/>
|
162 | 162 | </test>
|
|
0 commit comments