File tree Expand file tree Collapse file tree 2 files changed +8
-4
lines changed
app/code/Magento/PageBuilder/Test/Mftf/Test
AdminCatalogCategoryDisablePageBuilderTest
AdminCatalogProductDisablePageBuilderTest Expand file tree Collapse file tree 2 files changed +8
-4
lines changed Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/testSchema.xsd" >
9
- <test name =" PageBuilderCategoryDisablePageBuilderStageTest " >
9
+ <test name =" PageBuilderCategoryDisablePageBuilderContentPreviewTest " >
10
10
<annotations >
11
11
<features value =" PageBuilder" />
12
12
<stories value =" Catalog Category" />
36
36
<actionGroup ref =" AdminSetPageBuilderContentPreviewActionGroup" stepKey =" disablePageBuilderContentPreview" >
37
37
<argument name =" enablePageBuilderContentPreview" value =" 0" />
38
38
</actionGroup >
39
- <reloadPage stepKey =" reloadPage" />
39
+ <actionGroup ref =" NavigateToCreatedCategoryActionGroup" stepKey =" navigateToCreatedCategory" >
40
+ <argument name =" Category" value =" $$createCategory$$" />
41
+ </actionGroup >
40
42
<waitForPageLoad stepKey =" waitForPageLoad" />
41
43
<actionGroup ref =" ExpandAdminProductSectionActionGroup" stepKey =" expandAdminProductSection" />
42
44
<dontSeeElementInDOM selector =" {{PageBuilderStage.stageSnapshot}}" stepKey =" dontSeeStageSnapshot" />
Original file line number Diff line number Diff line change 6
6
*/
7
7
-->
8
8
<tests xmlns : xsi =" http://www.w3.org/2001/XMLSchema-instance" xsi : noNamespaceSchemaLocation =" urn:magento:mftf:Test/etc/testSchema.xsd" >
9
- <test name =" PageBuilderProductDisablePageBuilderStageTest " >
9
+ <test name =" PageBuilderProductDisablePageBuilderContentPreviewTest " >
10
10
<annotations >
11
11
<features value =" PageBuilder" />
12
12
<stories value =" Catalog Product" />
40
40
<actionGroup ref =" AdminSetPageBuilderContentPreviewActionGroup" stepKey =" disablePageBuilderContentPreview" >
41
41
<argument name =" enablePageBuilderContentPreview" value =" 0" />
42
42
</actionGroup >
43
- <reloadPage stepKey =" reloadPage" />
43
+ <actionGroup ref =" NavigateToCreatedProductEditPageActionGroup" stepKey =" navigateToCreatedProductEditPage" >
44
+ <argument name =" product" value =" $$createProduct$$" />
45
+ </actionGroup >
44
46
<waitForPageLoad stepKey =" waitForPageLoad" />
45
47
<actionGroup ref =" ExpandAdminProductSectionActionGroup" stepKey =" expandAdminProductSection" />
46
48
<dontSeeElementInDOM selector =" {{PageBuilderStage.stageSnapshot}}" stepKey =" dontSeeStageSnapshot" />
You can’t perform that action at this time.
0 commit comments