|
111 | 111 | </actionGroup> |
112 | 112 | <waitForElementVisible selector="{{AdminShipmentAddressInformationSection.orderInformationAddress('Berlin')}}" stepKey="waitForOrderInformationForBerlin"/> |
113 | 113 | <!-- Verify shipping method section exists without checking specific method name --> |
114 | | - <seeElement selector=".box-order-shipping-method" stepKey="seeShippingMethodForFirstOrder"/> |
| 114 | + <waitForElementVisible selector="{{StorefrontOrderDetailsSection.shippingMethodBlock}}" stepKey="waitForShippingMethodForFirstOrder"/> |
115 | 115 | <actionGroup ref="StorefrontOpenMyOrdersPageActionGroup" stepKey="goToMyOrdersForSecondOrder"/> |
116 | 116 | <actionGroup ref="StorefrontOpenOrderLinkOnMyOrdersPageActionGroup" stepKey="openSecondOrder"> |
117 | 117 | <argument name="orderID" value="{$secondOrderID}"/> |
|
121 | 121 | </actionGroup> |
122 | 122 | <waitForElementVisible selector="{{AdminShipmentAddressInformationSection.orderInformationAddress('London')}}" stepKey="waitForOrderInformationForLondon"/> |
123 | 123 | <!-- Verify shipping method section exists without checking specific method name --> |
124 | | - <seeElement selector=".box-order-shipping-method" stepKey="seeShippingMethodForSecondOrder"/> |
| 124 | + <waitForElementVisible selector="{{StorefrontOrderDetailsSection.shippingMethodBlock}}" stepKey="waitForShippingMethodForSecondOrder"/> |
125 | 125 | <actionGroup ref="StorefrontOpenMyOrdersPageActionGroup" stepKey="goToMyOrdersForThirdOrder"/> |
126 | 126 | <actionGroup ref="StorefrontOpenOrderLinkOnMyOrdersPageActionGroup" stepKey="openThirdOrder"> |
127 | 127 | <argument name="orderID" value="{$thirdOrderID}"/> |
|
131 | 131 | </actionGroup> |
132 | 132 | <waitForElementVisible selector="{{AdminShipmentAddressInformationSection.orderInformationAddress('New York')}}" stepKey="waitForOrderInformationForNY"/> |
133 | 133 | <!-- Verify shipping method section exists without checking specific method name --> |
134 | | - <seeElement selector=".box-order-shipping-method" stepKey="seeShippingMethodForThirdOrder"/> |
| 134 | + <waitForElementVisible selector="{{StorefrontOrderDetailsSection.shippingMethodBlock}}" stepKey="waitForShippingMethodForThirdOrder"/> |
135 | 135 | <actionGroup ref="StorefrontOpenMyOrdersPageActionGroup" stepKey="goToMyOrdersForFourthOrder"/> |
136 | 136 | <actionGroup ref="StorefrontOpenOrderLinkOnMyOrdersPageActionGroup" stepKey="openFourthOrder"> |
137 | 137 | <argument name="orderID" value="{$fourthOrderID}"/> |
|
141 | 141 | </actionGroup> |
142 | 142 | <waitForElementVisible selector="{{AdminShipmentAddressInformationSection.orderInformationAddress('Culver City')}}" stepKey="waitForOrderInformationForCulverCity"/> |
143 | 143 | <!-- Verify shipping method section exists without checking specific method name --> |
144 | | - <seeElement selector=".box-order-shipping-method" stepKey="seeShippingMethodForFourthOrder"/> |
| 144 | + <waitForElementVisible selector="{{StorefrontOrderDetailsSection.shippingMethodBlock}}" stepKey="waitForShippingMethodForFourthOrder"/> |
145 | 145 | <!-- Go to Admin and check order information --> |
146 | 146 | <actionGroup ref="FilterOrderGridByIdActionGroup" stepKey="filterFirstOrderGrid"> |
147 | 147 | <argument name="orderId" value="{$grabOrderIdForFirstOrder}"/> |
148 | 148 | </actionGroup> |
149 | 149 | <actionGroup ref="AdminOrderGridClickFirstRowActionGroup" stepKey="clickFirstOrderRow"/> |
150 | 150 | <waitForElementVisible selector="{{AdminShipmentAddressInformationSection.adminOrderShippingAddress('Berlin')}}" stepKey="waitForAdminOrderInformationForBerlin"/> |
151 | 151 | <!-- Verify shipping method section exists without checking specific method name --> |
152 | | - <seeElement selector=".order-shipping-method" stepKey="seeAdminShippingMethodForFirstOrder"/> |
| 152 | + <waitForElementVisible selector="{{AdminOrderShippingInformationSection.shippingMethodBlock}}" stepKey="waitForAdminShippingMethodForFirstOrder"/> |
153 | 153 | <actionGroup ref="FilterOrderGridByIdActionGroup" stepKey="filterSecondOrderGrid"> |
154 | 154 | <argument name="orderId" value="{$grabOrderIdForSecondOrder}"/> |
155 | 155 | </actionGroup> |
156 | 156 | <actionGroup ref="AdminOrderGridClickFirstRowActionGroup" stepKey="clickSecondOrderRow"/> |
157 | 157 | <waitForElementVisible selector="{{AdminShipmentAddressInformationSection.adminOrderShippingAddress('London')}}" stepKey="waitForAdminOrderInformationForLondon"/> |
158 | 158 | <!-- Verify shipping method section exists without checking specific method name --> |
159 | | - <seeElement selector=".order-shipping-method" stepKey="seeAdminShippingMethodForSecondOrder"/> |
| 159 | + <waitForElementVisible selector="{{AdminOrderShippingInformationSection.shippingMethodBlock}}" stepKey="waitForAdminShippingMethodForSecondOrder"/> |
160 | 160 | <actionGroup ref="FilterOrderGridByIdActionGroup" stepKey="filterThirdOrderGrid"> |
161 | 161 | <argument name="orderId" value="{$grabOrderIdForThirdOrder}"/> |
162 | 162 | </actionGroup> |
163 | 163 | <actionGroup ref="AdminOrderGridClickFirstRowActionGroup" stepKey="clickThirdOrderRow"/> |
164 | 164 | <waitForElementVisible selector="{{AdminShipmentAddressInformationSection.adminOrderShippingAddress('New York')}}" stepKey="waitForAdminOrderInformationForNY"/> |
165 | 165 | <!-- Verify shipping method section exists without checking specific method name --> |
166 | | - <seeElement selector=".order-shipping-method" stepKey="seeAdminShippingMethodForThirdOrder"/> |
| 166 | + <waitForElementVisible selector="{{AdminOrderShippingInformationSection.shippingMethodBlock}}" stepKey="waitForAdminShippingMethodForThirdOrder"/> |
167 | 167 | <actionGroup ref="FilterOrderGridByIdActionGroup" stepKey="filterFourthOrderGrid"> |
168 | 168 | <argument name="orderId" value="{$grabOrderIdForFourthOrder}"/> |
169 | 169 | </actionGroup> |
170 | 170 | <actionGroup ref="AdminOrderGridClickFirstRowActionGroup" stepKey="clickFourthOrderRow"/> |
171 | 171 | <waitForElementVisible selector="{{AdminShipmentAddressInformationSection.adminOrderShippingAddress('Culver City')}}" stepKey="waitForAdminOrderInformationForCulver"/> |
172 | 172 | <!-- Verify shipping method section exists without checking specific method name --> |
173 | | - <seeElement selector=".order-shipping-method" stepKey="seeAdminShippingMethodForFourthOrder"/> |
| 173 | + <waitForElementVisible selector="{{AdminOrderShippingInformationSection.shippingMethodBlock}}" stepKey="waitForAdminShippingMethodForFourthOrder"/> |
174 | 174 | <actionGroup ref="AdminOrdersGridClearFiltersActionGroup" stepKey="clearOrderFilters"/> |
175 | 175 | <after> |
176 | 176 | <actionGroup ref="AdminDisableUSPSActionGroup" stepKey="disableUSPS"/> |
|
0 commit comments