|
65 | 65 | <waitForElementClickable selector="{{AdminChecksListAndGridModeSection.listView}}" stepKey="waitToClickListMode"/> |
66 | 66 | <click selector="{{AdminChecksListAndGridModeSection.listView}}" stepKey="clickListMode"/> |
67 | 67 | <waitForPageLoad stepKey="waitForListMode"/> |
68 | | - <seeElement selector="{{StorefrontCategoryMainSection.productLink}}" stepKey="seeAnyProductOnPage"/> |
| 68 | + <waitForElementVisible selector="{{StorefrontCategoryMainSection.productLink}}" stepKey="seeAnyProductOnPage"/> |
69 | 69 | <seeOptionIsSelected userInput="{{CustomStoreFrontProductsSortBy.value}}" selector="{{StorefrontCategoryTopToolbarSection.sortByDropdown}}" after="seeAnyProductOnPage" stepKey="selectSortBy"/> |
70 | 70 | <waitForElementClickable selector="{{AdminChecksListAndGridModeSection.productsPerPage}}" stepKey="waitToClickProductsPerPageButtonInListMode"/> |
71 | 71 | <click selector="{{AdminChecksListAndGridModeSection.productsPerPage}}" stepKey="clickProductsPerPageButtonInListMode"/> |
72 | 72 | <waitForPageLoad stepKey="waitForProductsPerPage"/> |
73 | | - <seeElement selector="{{AdminChecksListAndGridModeSection.pageOptions('1')}}" stepKey="seeLimiterOption1"/> |
74 | | - <seeElement selector="{{AdminChecksListAndGridModeSection.pageOptions('2')}}" stepKey="seeLimiterOption2"/> |
75 | | - <seeElement selector="{{AdminChecksListAndGridModeSection.pageOptions('3')}}" stepKey="seeLimiterOption3"/> |
| 73 | + <waitForElementVisible selector="{{AdminChecksListAndGridModeSection.pageOptions('1')}}" stepKey="seeLimiterOption1"/> |
| 74 | + <waitForElementVisible selector="{{AdminChecksListAndGridModeSection.pageOptions('2')}}" stepKey="seeLimiterOption2"/> |
| 75 | + <waitForElementVisible selector="{{AdminChecksListAndGridModeSection.pageOptions('3')}}" stepKey="seeLimiterOption3"/> |
76 | 76 | <waitForElementVisible selector="{{AdminChecksListAndGridModeSection.allButton}}" stepKey="seeAllButton"/> |
77 | 77 | <click selector="{{AdminChecksListAndGridModeSection.allButton}}" stepKey="selectAllButton"/> |
78 | 78 | <waitForPageLoad stepKey="waitForSelectAll"/> |
|
89 | 89 | <waitForElementClickable selector="{{AdminChecksListAndGridModeSection.productsPerPage}}" stepKey="waitToClickProductsPerPageButtonInGridMode"/> |
90 | 90 | <click selector="{{AdminChecksListAndGridModeSection.productsPerPage}}" stepKey="clickProductsPerPageButtonInGridMode"/> |
91 | 91 | <waitForPageLoad stepKey="waitForProductsPerPageOpen"/> |
92 | | - <seeElement selector="{{AdminChecksListAndGridModeSection.pageOptions('1')}}" stepKey="seeLimiterOption1Grid"/> |
93 | | - <seeElement selector="{{AdminChecksListAndGridModeSection.pageOptions('2')}}" stepKey="seeLimiterOption2Grid"/> |
94 | | - <seeElement selector="{{AdminChecksListAndGridModeSection.pageOptions('3')}}" stepKey="seeLimiterOption3Grid"/> |
| 92 | + <waitForElementVisible selector="{{AdminChecksListAndGridModeSection.pageOptions('1')}}" stepKey="seeLimiterOption1Grid"/> |
| 93 | + <waitForElementVisible selector="{{AdminChecksListAndGridModeSection.pageOptions('2')}}" stepKey="seeLimiterOption2Grid"/> |
| 94 | + <waitForElementVisible selector="{{AdminChecksListAndGridModeSection.pageOptions('3')}}" stepKey="seeLimiterOption3Grid"/> |
95 | 95 | <waitForElementVisible selector="{{AdminChecksListAndGridModeSection.allButton}}" stepKey="seeAllBtn"/> |
96 | 96 | <!-- Step 6: Open the same category again from navigation menu. Switch to Grid mode. --> |
97 | 97 | <actionGroup ref="StorefrontNavigateCategoryPageActionGroup" stepKey="navigateToCategoryPage2"> |
|
0 commit comments