Skip to content

Commit 7fc254d

Browse files
committed
MC-3168: Create MFTF Tests
- Added test names
1 parent e836119 commit 7fc254d

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88

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">
11-
<test>
11+
<test name="ValidatePanelContentTypesGroupedCorrectly">
1212
<annotations>
1313
<features value="PageBuilder"/>
1414
<stories value="Panel"/>
@@ -58,7 +58,7 @@
5858
<seeElement selector="{{PageBuilderPanel.contentTypeInGroup('Products', 'add-content')}}" stepkey="validateContentType18"/>
5959
<click selector="{{PageBuilderPanel.group('add-content')}}" stepkey="closeAddContentGroup"/>
6060
</test>
61-
<test>
61+
<test name="ValidatePanelDefaultState">
6262
<annotations>
6363
<features value="PageBuilder"/>
6464
<stories value="Panel"/>
@@ -83,7 +83,7 @@
8383
<dontSeeElement selector="{{PageBuilderPanel.groupExpanded('media')}}" stepkey="checkInactiveGroup2"/>
8484
<dontSeeElement selector="{{PageBuilderPanel.groupExpanded('add-content')}}" stepkey="checkInactiveGroup3"/>
8585
</test>
86-
<test>
86+
<test name="ValidatePanelContentTypeIcons">
8787
<annotations>
8888
<features value="PageBuilder"/>
8989
<stories value="Panel"/>

0 commit comments

Comments
 (0)