File tree Expand file tree Collapse file tree 3 files changed +10
-9
lines changed
app/code/Magento/PageBuilder/Test/Mftf
ActionGroup/StageActionGroup
AdminCatalogCategoryDisablePageBuilderTest
AdminCatalogProductDisablePageBuilderTest Expand file tree Collapse file tree 3 files changed +10
-9
lines changed Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<actionGroups xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/actionGroupSchema.xsd" >
9
- <actionGroup name =" VerifyFullScreenActionGroup" >
9
+ <actionGroup name =" ClickEditWithPageBuilderButtonActionGroup" >
10
+ <annotations >
11
+ <description >Validates that Page Builder opens (full screen) using the "Edit with Page Builder" button.</description >
12
+ </annotations >
10
13
<waitForElementVisible selector =" {{PageBuilderStage.editWithPageBuilderButton}}" stepKey =" waitForEditWithPageBuilderButton" />
11
14
<click selector =" {{PageBuilderStage.editWithPageBuilderButton}}" stepKey =" clickEditWithPageBuilderButton" />
12
15
<waitForPageLoad stepKey =" waitForFullScreenAnimation" />
Original file line number Diff line number Diff line change 23
23
<actionGroup ref =" NavigateToCreatedCategoryActionGroup" stepKey =" navigateToCreatedCategory" >
24
24
<argument name =" Category" value =" $$createCategory$$" />
25
25
</actionGroup >
26
- <actionGroup ref =" ExpandAdminProductSectionActionGroup" stepKey =" expandAdminProductSection " />
26
+ <actionGroup ref =" ExpandAdminProductSectionActionGroup" stepKey =" expandContentSection " />
27
27
</before >
28
28
<after >
29
29
<actionGroup ref =" AdminSetPageBuilderContentPreviewActionGroup" stepKey =" resetPageBuilderContentPreview" />
39
39
<actionGroup ref =" NavigateToCreatedCategoryActionGroup" stepKey =" navigateToCreatedCategory" >
40
40
<argument name =" Category" value =" $$createCategory$$" />
41
41
</actionGroup >
42
- <waitForPageLoad stepKey =" waitForPageLoad" />
43
- <actionGroup ref =" ExpandAdminProductSectionActionGroup" stepKey =" expandAdminProductSection" />
42
+ <actionGroup ref =" ExpandAdminProductSectionActionGroup" stepKey =" expandContentSection" />
44
43
<dontSeeElementInDOM selector =" {{PageBuilderStage.stageSnapshot}}" stepKey =" dontSeeStageSnapshot" />
45
- <actionGroup ref =" VerifyFullScreenActionGroup " stepKey =" verifyFullScreen " />
44
+ <actionGroup ref =" ClickEditWithPageBuilderButtonActionGroup " stepKey =" clickEditWithPageBuilderButtonActionGroup " />
46
45
</test >
47
46
</tests >
Original file line number Diff line number Diff line change 26
26
<actionGroup ref =" NavigateToCreatedProductEditPageActionGroup" stepKey =" navigateToCreatedProductEditPage" >
27
27
<argument name =" product" value =" $$createProduct$$" />
28
28
</actionGroup >
29
- <actionGroup ref =" ExpandAdminProductSectionActionGroup" stepKey =" expandAdminProductSection " />
29
+ <actionGroup ref =" ExpandAdminProductSectionActionGroup" stepKey =" expandContentSection " />
30
30
</before >
31
31
<after >
32
32
<actionGroup ref =" AdminSetPageBuilderContentPreviewActionGroup" stepKey =" resetPageBuilderContentPreview" />
43
43
<actionGroup ref =" NavigateToCreatedProductEditPageActionGroup" stepKey =" navigateToCreatedProductEditPage" >
44
44
<argument name =" product" value =" $$createProduct$$" />
45
45
</actionGroup >
46
- <waitForPageLoad stepKey =" waitForPageLoad" />
47
- <actionGroup ref =" ExpandAdminProductSectionActionGroup" stepKey =" expandAdminProductSection" />
46
+ <actionGroup ref =" ExpandAdminProductSectionActionGroup" stepKey =" expandContentSection" />
48
47
<dontSeeElementInDOM selector =" {{PageBuilderStage.stageSnapshot}}" stepKey =" dontSeeStageSnapshot" />
49
- <actionGroup ref =" VerifyFullScreenActionGroup " stepKey =" verifyFullScreen " />
48
+ <actionGroup ref =" ClickEditWithPageBuilderButtonActionGroup " stepKey =" clickEditWithPageBuilderButtonActionGroup " />
50
49
</test >
51
50
</tests >
You can’t perform that action at this time.
0 commit comments