Skip to content

Commit 1ab4ddf

Browse files
committed
1 parent d223ac4 commit 1ab4ddf

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

app/code/Magento/Cms/Test/Mftf/Test/AdminCreateDisabledCmsBlockEntityAndAssignToCategoryTest.xml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
<test name="AdminCreateDisabledCmsBlockEntityAndAssignToCategoryTest">
1212
<annotations>
1313
<features value="Cms"/>
14+
<testCaseId value="MC-14657" />
1415
<stories value="Create a CMS block via the Admin, disable, add to category, verify on frontend"/>
1516
<title value="Create disabled CMS block entity and assign to category"/>
1617
<severity value="MAJOR"/>
@@ -32,7 +33,7 @@
3233
<argument name="block_id" value="$$newDefaultBlock.id$$"/>
3334
</actionGroup>
3435
<actionGroup ref="AdminSetCMSBlockDisabledActionGroup" stepKey="disableBlock"/>
35-
<actionGroup ref="saveCMSBlock" stepKey="saveCMSBlock"/>
36+
<actionGroup ref="SaveCMSBlockActionGroup" stepKey="saveCMSBlock"/>
3637

3738
<actionGroup ref="AdminOpenCategoriesPageActionGroup" stepKey="openCategoriesPage"/>
3839
<actionGroup ref="AdminCategoriesExpandAllActionGroup" stepKey="expandAll"/>
@@ -51,4 +52,4 @@
5152
<argument name="text" value="{{_defaultBlock.content}}"/>
5253
</actionGroup>
5354
</test>
54-
</tests>
55+
</tests>

app/code/Magento/Cms/Test/Mftf/Test/AdminCreateEnabledCmsBlockEntityAndAssignToCategoryTest.xml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
<features value="Cms"/>
1414
<stories value="Create a CMS block via the Admin, add to category, verify on frontend"/>
1515
<title value="Create CMS block entity and assign to category"/>
16+
<testCaseId value="MC-14658"/>
1617
<severity value="MAJOR"/>
1718
<group value="cMSContent"/>
1819
<group value="mtf_migrated"/>
@@ -45,4 +46,4 @@
4546
<argument name="text" value="{{_defaultBlock.content}}"/>
4647
</actionGroup>
4748
</test>
48-
</tests>
49+
</tests>

0 commit comments

Comments
 (0)