Skip to content

Commit 2150254

Browse files
committed
#558: Developer can style content types output differently per viewport
- Descriptions changed for ValidateContentTypesStyleEqualsExpectedStyleActionGroup and ValidateContentTypesStyleDoesNotEqualExpectedStyleActionGroup
1 parent f770475 commit 2150254

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/ValidateContentTypesStyleDoesNotEqualExpectedStyleActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1010
<actionGroup name="ValidateContentTypesStyleDoesNotEqualExpectedStyleActionGroup">
1111
<annotations>
12-
<description>Validate style is not visible</description>
12+
<description>Content types expected style does not equal the computed style</description>
1313
</annotations>
1414
<arguments>
1515
<argument name="selector" defaultValue="" type="string"/>

app/code/Magento/PageBuilder/Test/Mftf/ActionGroup/ValidateContentTypesStyleEqualsExpectedStyleActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<actionGroups xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
99
<actionGroup name="ValidateContentTypesStyleEqualsExpectedStyleActionGroup">
1010
<annotations>
11-
<description>Validate styles</description>
11+
<description>Content types expected style equals the computed style</description>
1212
</annotations>
1313
<arguments>
1414
<argument name="selector" type="string"/>

0 commit comments

Comments
 (0)