Skip to content

Commit 721a09c

Browse files
committed
MC-2374: Create MFTF Tests
- Update annotations of tests
1 parent 01cf701 commit 721a09c

File tree

2 files changed

+6
-23
lines changed

2 files changed

+6
-23
lines changed

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminCreateCategoryTest.xml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -10,13 +10,9 @@
1010
xsi:noNamespaceSchemaLocation="../../../../../../../dev/tests/acceptance/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd">
1111
<test name="AdminConfigDefaultCategoryLayoutFromConfigurationSettingTest">
1212
<annotations>
13-
<features value="Catalog"/>
14-
<stories value="Default layout configuration MAGETWO-88793"/>
15-
<title value="Admin should be able to configure the default layout for Category Page from System Configuration"/>
16-
<description value="Admin should be able to configure the default layout for Category Page from System Configuration"/>
17-
<severity value="CRITICAL"/>
18-
<testCaseId value="MAGETWO-89024"/>
19-
<group value="category"/>
13+
<description value="Admin should be able to configure the default layout for Category Page from System Configuration, verify the default is updated to the Page Builder's default layout"/>
14+
<useCaseId value="MC-936"/>
15+
<group value="pagebuilder"/>
2016
</annotations>
2117
<!-- PageBuilder is enabled so check default is full width -->
2218
<comment userInput="PageBuilder is enabled so check default is full width" stepKey="commentSeeCategoryFullWidth" before="seeNoLayoutUpdatesSelected" />

app/code/Magento/PageBuilder/Test/Mftf/Test/AdminCreateCmsPageTest.xml

Lines changed: 3 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,6 @@
99
<tests xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
1010
xsi:noNamespaceSchemaLocation="../../../../../../../dev/tests/acceptance/vendor/magento/magento2-functional-testing-framework/src/Magento/FunctionalTestingFramework/Test/etc/testSchema.xsd">
1111
<test name="AdminCreateCmsPageTest">
12-
<annotations>
13-
<features value="Cms"/>
14-
<stories value="Create a CMS Page via the Admin"/>
15-
<title value="Admin should be able to create a CMS Page"/>
16-
<description value="Admin should be able to create a CMS Page"/>
17-
<severity value="CRITICAL"/>
18-
<testCaseId value="MAGETWO-25580"/>
19-
<group value="Cms"/>
20-
</annotations>
2112
<before>
2213
<actionGroup ref="disablePageBuilderSetting" stepKey="turnOffPageBuilder" after="loginGetFromGeneralFile" />
2314
</before>
@@ -27,13 +18,9 @@
2718
</test>
2819
<test name="AdminConfigDefaultCMSPageLayoutFromConfigurationSettingTest">
2920
<annotations>
30-
<features value="Cms"/>
31-
<stories value="Default layout configuration MAGETWO-88793"/>
32-
<title value="Admin should be able to configure the default layout for CMS Page from System Configuration"/>
33-
<description value="Admin should be able to configure the default layout for CMS Page from System Configuration"/>
34-
<severity value="CRITICAL"/>
35-
<testCaseId value="MAGETWO-89025"/>
36-
<group value="Cms"/>
21+
<description value="Admin should be able to configure the default layout for CMS Page from System Configuration using Page Builder's full width layouts"/>
22+
<useCaseId value="MC-936"/>
23+
<group value="pagebuilder"/>
3724
</annotations>
3825
<!-- PageBuilder is enabled so check default is full width -->
3926
<comment userInput="PageBuilder is enabled so check default is full width" stepKey="commentSeeFullWidth" />

0 commit comments

Comments
 (0)