|
191 | 191 | <click selector="{{OrdersGridSection.submitSearch}}" stepKey="submitSearch"/>
|
192 | 192 | <waitForLoadingMaskToDisappear stepKey="waitForLoadingMask4"/>
|
193 | 193 | <click selector="{{OrdersGridSection.firstRow}}" stepKey="clickOrderRow"/>
|
| 194 | + <waitForPageLoad time="30" stepKey="waitForPageLoad9"/> |
194 | 195 |
|
195 | 196 | <!-- Checking the correctness of displayed custom options for user parameters on Order -->
|
196 | 197 |
|
|
200 | 201 | <!-- Switch to FR Store View Storefront -->
|
201 | 202 |
|
202 | 203 | <amOnPage url="{{StorefrontHomePage.url}}" stepKey="amOnProduct4Page"/>
|
203 |
| - <waitForPageLoad time="30" stepKey="waitForPageLoad9"/> |
| 204 | + <waitForPageLoad time="30" stepKey="waitForPageLoad10"/> |
204 | 205 | <click selector="{{StorefrontHeaderSection.storeViewSwitcher}}" stepKey="clickStoreViewSwitcher1"/>
|
205 | 206 | <waitForElementVisible selector="{{StorefrontHeaderSection.storeViewDropdown}}" stepKey="waitForStoreViewDropdown1"/>
|
206 | 207 | <click selector="{{StorefrontHeaderSection.storeViewOption(customStoreFR.code)}}" stepKey="selectStoreView1"/>
|
207 |
| - <waitForPageLoad stepKey="waitForPageLoad10"/> |
| 208 | + <waitForPageLoad stepKey="waitForPageLoad11"/> |
208 | 209 |
|
209 | 210 | <amOnPage url="{{StorefrontHomePage.url}}$$createProduct.custom_attributes[url_key]$$.html" stepKey="amOnProduct2Page"/>
|
210 |
| - <waitForPageLoad time="30" stepKey="waitForPageLoad11"/> |
| 211 | + <waitForPageLoad time="30" stepKey="waitForPageLoad12"/> |
211 | 212 |
|
212 | 213 | <seeElement selector="{{StorefrontProductInfoMainSection.productOptionDropDownTitle('FR Custom Options 1')}}" stepKey="seeProductFrOptionDropDownTitle"/>
|
213 | 214 | <seeElement selector="{{StorefrontProductInfoMainSection.productOptionDropDownOptionTitle('FR Custom Options 1', 'FR option1')}}" stepKey="productFrOptionDropDownOptionTitle1"/>
|
|
257 | 258 | <!-- Open Product Grid, Filter product and open -->
|
258 | 259 |
|
259 | 260 | <amOnPage url="{{AdminProductIndexPage.url}}" stepKey="amOnProductGridPage1"/>
|
260 |
| - <waitForPageLoad time="30" stepKey="waitForPageLoad12"/> |
| 261 | + <waitForPageLoad time="30" stepKey="waitForPageLoad13"/> |
261 | 262 |
|
262 | 263 | <actionGroup ref="SearchForProductOnBackendActionGroup" stepKey="filterGroupedProductOptions1">
|
263 | 264 | <argument name="product" value="_defaultProduct"/>
|
264 | 265 | </actionGroup>
|
265 | 266 | <click selector="{{AdminProductGridSection.productGridXRowYColumnButton('1', '2')}}" stepKey="openProductForEdit1"/>
|
266 |
| - <waitForPageLoad time="30" stepKey="waitForPageLoad13"/> |
| 267 | + <waitForPageLoad time="30" stepKey="waitForPageLoad14"/> |
267 | 268 |
|
268 | 269 | <!-- Switcher to Store FR-->
|
269 | 270 | <scrollToTopOfPage stepKey="scrollToTopOfPage2"/>
|
|
273 | 274 |
|
274 | 275 | <!-- Open tab Customizable Options -->
|
275 | 276 |
|
276 |
| - <waitForPageLoad time="30" stepKey="waitForPageLoad14"/> |
| 277 | + <waitForPageLoad time="30" stepKey="waitForPageLoad15"/> |
277 | 278 | <conditionalClick selector="{{AdminProductCustomizableOptionsSection.customizableOptions}}" dependentSelector="{{AdminProductCustomizableOptionsSection.checkIfCustomizableOptionsTabOpen}}" visible="true" stepKey="clickIfContentTabCloses4" />
|
278 | 279 |
|
279 | 280 | <!-- Update Option Customizable Options and Option Value 1-->
|
|
0 commit comments