File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
app/code/Magento/Cms/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 33
33
<amOnPage url =" {{CmsPagesPage.url}}?filters[title]=$$createPage.title$$" stepKey =" navigateToPageGridWithFilters" />
34
34
<waitForPageLoad stepKey =" waitForPageGrid" />
35
35
<waitForText selector =" {{CmsPagesPageActionsSection.pagesGridRowByTitle($$createPage.title$$)}}" userInput =" $$createPage.title$$" stepKey =" seePage" />
36
- <wait time =" 20" stepKey =" waitBeforeSeeAdminCMSPageFilters" ></wait >
37
36
<seeInCurrentUrl url =" admin/cms/page?filters" stepKey =" seeAdminCMSPageFilters" />
37
+ <waitForElementVisible selector =" {{CmsPagesPageActionsSection.activeFilter}}" stepKey =" seeEnabledFilters" />
38
38
<waitForText selector =" {{CmsPagesPageActionsSection.activeFilter}}" userInput =" Title: $$createPage.title$$" stepKey =" seePageTitleFilter" />
39
39
</test >
40
40
</tests >
You can’t perform that action at this time.
0 commit comments