File tree Expand file tree Collapse file tree 3 files changed +6
-5
lines changed
dev/tests/acceptance/tests/functional/Magento/FunctionalTest Expand file tree Collapse file tree 3 files changed +6
-5
lines changed Original file line number Diff line number Diff line change 597
597
<waitForPageLoad stepKey =" waitForPageLoad3" />
598
598
</actionGroup >
599
599
<actionGroup name =" verifyPageBuilderVisibleOnPage" >
600
+ <waitForElementVisible selector =" {{PageBuilderActionsSection.identifyPageBuilder}}" stepKey =" seePageBuilderVisible" />
601
+ <dontSee userInput =" Enable Advanced CMS" stepKey =" dontSeeEnableAdvancedCMSBtn" />
602
+ </actionGroup >
603
+ <actionGroup name =" verifyPageBuilderVisibleOnStaging" >
600
604
<scrollTo selector =" {{PageBuilderActionsSection.identifyPageBuilder}}" stepKey =" scrollToIdentifyPageBuilder" />
601
605
<waitForElementVisible selector =" {{PageBuilderActionsSection.identifyPageBuilder}}" stepKey =" seePageBuilderVisible" />
602
606
<dontSee userInput =" Enable Advanced CMS" stepKey =" dontSeeEnableAdvancedCMSBtn" />
Original file line number Diff line number Diff line change 175
175
<actionGroup ref =" navigateToCreatedCMSBlockPage" stepKey =" navigateToCreatedCMSBlockPage1" >
176
176
<argument name =" CMSBlockPage" value =" $$createPreReqBlock$$" />
177
177
</actionGroup >
178
-
179
178
<actionGroup ref =" dragContentBlockToStage" stepKey =" dragButtonsOntoStage" >
180
179
<argument name =" contentBlockType" value =" PageBuilderTextContentBlock" />
181
180
</actionGroup >
Original file line number Diff line number Diff line change 73
73
</actionGroup >
74
74
<actionGroup ref =" verifyPageBuilderVisibleOnPage" stepKey =" verifyPageBuilderVisibleOnCMSPage" />
75
75
<!-- Verify PageBuilder visible on staging slideout of CMS Page-->
76
- <scrollTo selector =" div.pagebuilder-header" x =" 0" y =" -100" stepKey =" scrollToTop1" />
77
76
<actionGroup ref =" navigateToStagingSlideout" stepKey =" navigateToStagingSlideoutCMS" />
78
77
<click selector =" {{AdminStagingSlideOutSection.contentTab}}" stepKey =" expandContentTab" />
79
- <actionGroup ref =" verifyPageBuilderVisibleOnPage " stepKey =" verifyPageBuilderVisibleOnCMSStaging" />
78
+ <actionGroup ref =" verifyPageBuilderVisibleOnStaging " stepKey =" verifyPageBuilderVisibleOnCMSStaging" />
80
79
<!-- Verify PageBuilder visible on CMS Block creation form-->
81
80
<actionGroup ref =" navigateToCreatedCMSBlockPage" stepKey =" navigateToContentCreatedBlock" >
82
81
<argument name =" CMSBlockPage" value =" $$createPreReqBlock$$" />
83
82
</actionGroup >
84
83
<actionGroup ref =" verifyPageBuilderVisibleOnPage" stepKey =" verifyPageBuilderVisibleOnBlockPage" />
85
84
<!-- Verify PageBuilder visible on staging slideout of CMS Block-->
86
- <scrollTo selector =" div.pagebuilder-header" x =" 0" y =" -100" stepKey =" scrollToTop2" />
87
85
<actionGroup ref =" navigateToStagingSlideout" stepKey =" navigateToStagingSlideoutBlock" />
88
- <actionGroup ref =" verifyPageBuilderVisibleOnPage " stepKey =" verifyPageBuilderVisibleOnBlockStaging" />
86
+ <actionGroup ref =" verifyPageBuilderVisibleOnStaging " stepKey =" verifyPageBuilderVisibleOnBlockStaging" />
89
87
<!-- Verify PageBuilder visible on Newsletter creation form-->
90
88
<amOnPage url =" {{NewsletterTemplateForm.url}}" stepKey =" amOnNewsletterTemplatePage" />
91
89
<waitForPageLoad stepKey =" waitForPageLoad6" />
You can’t perform that action at this time.
0 commit comments