File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
app/code/Magento/PageBuilder/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 46
46
<comment userInput =" Validate Storefront" stepKey =" commentValidateStorefront" />
47
47
<amOnPage url =" $$createCMSPage.identifier$$" stepKey =" amOnPageTestPage" />
48
48
<waitForPageLoad stepKey =" waitForPageLoad" />
49
- <seeElement selector =" {{BlockOnStorefront.empty}}" stepKey =" seeBlockContentOnCmsStage" />
49
+ <waitForElement selector =" {{BlockOnStorefront.empty}}" stepKey =" waitForSeeElement" />
50
+ <seeElementInDOM selector =" {{BlockOnStorefront.empty}}" stepKey =" seeBlockContentOnCmsStage" />
50
51
</test >
51
52
<test name =" AddBlockToCmsPage" >
52
53
<annotations >
83
84
<actionGroup ref =" searchBlockInGrid" stepKey =" searchBlockInGrid" >
84
85
<argument name =" block" value =" $$createPreReqBlock$$" />
85
86
</actionGroup >
87
+ <waitForElementVisible selector =" {{BlockOnForm.title('$$createPreReqBlock.title$$')}}" stepKey =" waitToSeeBlockTitle" />
86
88
<seeElement selector =" {{BlockOnForm.title('$$createPreReqBlock.title$$')}}" stepKey =" seeBlockTitleOnForm" />
87
89
<actionGroup ref =" saveEditPanelSettings" stepKey =" saveEditPanelSettings" />
88
90
<actionGroup ref =" verifyBlockOnStage" stepKey =" verifyBlockOnStage" >
You can’t perform that action at this time.
0 commit comments