File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
app/code/Magento/Cms/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 </after >
3333 <amOnPage url =" {{CmsBlocksPage.url}}?filters[title]=$$createBlock.title$$" stepKey =" navigateToBlockGridWithFilters" />
3434 <waitForPageLoad stepKey =" waitForBlockGrid" />
35- <see selector =" {{BlockPageActionsSection.blockGridRowByTitle($$createBlock.title$$)}}" userInput =" $$createBlock.title$$" stepKey =" seeBlock" />
36- <seeElement selector =" {{BlockPageActionsSection.activeFilterDiv}}" stepKey =" seeEnabledFilters" />
37- <see selector =" {{BlockPageActionsSection.activeFilterDiv}}" userInput =" Title: $$createBlock.title$$" stepKey =" seeBlockTitleFilter" />
35+ <waitForText selector =" {{BlockPageActionsSection.blockGridRowByTitle($$createBlock.title$$)}}" userInput =" $$createBlock.title$$" stepKey =" seeBlock" />
36+ <waitForElementVisible selector =" {{BlockPageActionsSection.activeFilterDiv}}" stepKey =" seeEnabledFilters" />
37+ <waitForText selector =" {{BlockPageActionsSection.activeFilterDiv}}" userInput =" Title: $$createBlock.title$$" stepKey =" seeBlockTitleFilter" />
3838 </test >
3939</tests >
You can’t perform that action at this time.
0 commit comments