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 32
32
</after >
33
33
<amOnPage url =" {{CmsBlocksPage.url}}?filters[title]=$$createBlock.title$$" stepKey =" navigateToBlockGridWithFilters" />
34
34
<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" />
38
38
</test >
39
39
</tests >
You can’t perform that action at this time.
0 commit comments