|
33 | 33 | <click selector="{{StoreConfigSection.Save}}" stepKey="saveConfig"/>
|
34 | 34 | <!--Main test-->
|
35 | 35 | <amOnPage url="{{CmsNewBlock.url}}" stepKey="amOnNewBlockPage"/>
|
36 |
| - <waitForPageLoad stepKey="waitForPageLoad2"/> |
| 36 | + <waitForPageLoad stepKey="waitForGridToLoad"/> |
37 | 37 | <fillField selector="{{BlockNewPageBasicFieldsSection.blockTitle}}" userInput="{{_defaultBlock.title}}" stepKey="fillFieldTitle1"/>
|
38 | 38 | <fillField selector="{{BlockNewPageBasicFieldsSection.identifier}}" userInput="{{_defaultBlock.identifier}}" stepKey="fillFieldIdentifier"/>
|
39 | 39 | <selectOption selector="{{BlockNewPageBasicFieldsSection.storeView}}" userInput="All Store View" stepKey="selectAllStoreView" />
|
|
78 | 78 | <click selector="{{BlockNewPagePageActionsSection.saveBlock}}" stepKey="clickSaveBlock"/>
|
79 | 79 | <amOnPage url="{{CmsPagesPage.url}}" stepKey="amOnEditPage"/>
|
80 | 80 | <waitForPageLoad stepKey="waitForPageLoad7"/>
|
| 81 | + <conditionalClick selector="{{BlockPageActionsSection.clearAll}}" dependentSelector="{{BlockPageActionsSection.activeFilters}}" stepKey="clickToResetFilter1" visible="true"/> |
| 82 | + <waitForPageLoad stepKey="waitForFilterReload"/> |
81 | 83 | <click selector="{{CmsPagesPageActionsSection.FilterBtn}}" stepKey="clickFiltersBtn" />
|
82 | 84 | <fillField selector="{{CmsPagesPageActionsSection.URLKey}}" userInput="$$createCMSPage.identifier$$" stepKey="fillOutURLKey" />
|
83 | 85 | <click selector="{{CmsPagesPageActionsSection.ApplyFiltersBtn}}" stepKey="clickApplyBtn" />
|
|
109 | 111 | <click selector="{{CmsNewPagePageActionsSection.savePage}}" stepKey="clickSavePage"/>
|
110 | 112 | <waitForPageLoad stepKey="waitForPageLoadAfterSaveCmsPage" />
|
111 | 113 | <see userInput="You saved the page." stepKey="seeSuccessMessage"/>
|
| 114 | + <conditionalClick selector="{{BlockPageActionsSection.clearAll}}" dependentSelector="{{BlockPageActionsSection.activeFilters}}" stepKey="clickToResetFilter" visible="true"/> |
| 115 | + <waitForPageLoad stepKey="waitForPageLoad2"/> |
112 | 116 | <amOnPage url="$$createCMSPage.identifier$$" stepKey="amOnPageTestPage1"/>
|
113 | 117 | <waitForPageLoad stepKey="waitForPageLoad11" />
|
114 | 118 | <!--see Default Variable on Storefront-->
|
|
0 commit comments