File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
app/code/Magento/PageBuilder/Test/Mftf/Test Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 568
568
</after >
569
569
<comment userInput =" ---merging to remove step---" stepKey =" openPageBuilderFullScreen" />
570
570
</test >
571
+ <test name =" PageBuilderCategoryFullScreenLeftPanelHeightAndFunctionality" extends =" PageBuilderFullScreenLeftPanelHeightAndFunctionality" >
572
+ <annotations >
573
+ <features value =" PageBuilder" />
574
+ <stories value =" Catalog Products" />
575
+ <title value =" Left Panel Is Full-Height and Works In Full-Screen Mode" />
576
+ <description value =" This test is to ensure that the PageBuilder left panel works and grows to span the full height of the viewport in full-screen mode when opened for Category Description." />
577
+ <severity value =" CRITICAL" />
578
+ <useCaseId value =" MC-3330" />
579
+ <testCaseId value =" MC-14910" />
580
+ <group value =" pagebuilder" />
581
+ <group value =" pagebuilder-fullScreen" />
582
+ <group value =" pagebuilder-catalog-category" />
583
+ </annotations >
584
+ <before >
585
+ <createData entity =" _defaultCategory" before =" loginAsAdmin" stepKey =" createPreReqCategory" />
586
+ <actionGroup ref =" navigateToCreatedCategory" stepKey =" navigateToAPageWithPageBuilder" >
587
+ <argument name =" Category" value =" $$createPreReqCategory$$" />
588
+ </actionGroup >
589
+ <conditionalClick selector =" {{AdminCategoryContentSection.sectionHeader}}" dependentSelector =" {{AdminCategoryContentSection.uploadButton}}" visible =" false" stepKey =" switchToPageBuilderStage" />
590
+ <actionGroup ref =" openPageBuilderForAttribute" after =" switchToPageBuilderStage" stepKey =" openPageBuilderForDescription" />
591
+ </before >
592
+ <after >
593
+ <deleteData createDataKey =" createPreReqCategory" before =" logout" stepKey =" deleteCreatedCategory" />
594
+ </after >
595
+ <comment userInput =" ---merging to remove step---" stepKey =" openPageBuilderFullScreen" />
596
+ </test >
571
597
</tests >
You can’t perform that action at this time.
0 commit comments