Skip to content

Commit f551f67

Browse files
author
Cari Spruiell
committed
MC-2374: Create MFTF Tests
- update tests with useCaseIds and action groups
1 parent 04451ed commit f551f67

File tree

3 files changed

+4
-1
lines changed

3 files changed

+4
-1
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<title value="Category description should display in full width"/>
2121
<description value="Category description should display in full width"/>
2222
<severity value="MAJOR"/>
23+
<useCaseId value="MC-936"/>
2324
<testCaseId value="MC-3075"/>
2425
<group value="pagebuilder"/>
2526
<group value="pagebuilder-fullwidth"/>

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@
3030
<title value="Create CMS Page with full page layout"/>
3131
<description value="Create CMS Page with full page layout"/>
3232
<severity value="MAJOR"/>
33+
<useCaseId value="MC-936"/>
3334
<testCaseId value="MC-3092"/>
3435
<group value="pagebuilder"/>
3536
<group value="pagebuilder-fullwidth"/>

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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
<title value="Product description should display in full width"/>
1616
<description value="Product description should display in full width"/>
1717
<severity value="MAJOR"/>
18+
<useCaseId value="MC-936"/>
1819
<testCaseId value="MC-3090"/>
1920
<group value="pagebuilder"/>
2021
<group value="pagebuilder-fullwidth"/>
@@ -23,7 +24,7 @@
2324
<createData entity="_defaultCategory" stepKey="createPreReqCategory"/>
2425
</before>
2526
<after>
26-
<amOnPage url="admin/admin/auth/logout/" stepKey="amOnLogoutPage"/>
27+
<actionGroup ref="logout" stepKey="logout"/>
2728
<deleteData createDataKey="createPreReqCategory" stepKey="deletePreReqCategory"/>
2829
</after>
2930
<actionGroup ref="LoginAsAdmin" stepKey="loginAsAdmin"/>

0 commit comments

Comments
 (0)