Skip to content

Commit 7bf9886

Browse files
committed
refactoring
1 parent ba66f05 commit 7bf9886

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

app/code/Magento/Newsletter/Test/Mftf/ActionGroup/AdminCreateNewsletterTemplateActionGroup.xml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,10 @@
1010
xsi:noNamespaceSchemaLocation="urn:magento:mftf:Test/etc/actionGroupSchema.xsd">
1111
<actionGroup name="AdminCreateNewsletterTemplateActionGroup" extends="AdminMarketingCreateNewsletterTemplateActionGroup">
1212
<annotations>
13-
<description>Extends AdminMarketingCreateNewsletterTemplateActionGroup.
14-
Clicks the Show/Hide button for the Template Content field before text is sent to this field</description>
13+
<description>
14+
Extends AdminMarketingCreateNewsletterTemplateActionGroup.
15+
Clicks the Show/Hide button for the Template Content field before text is sent to this field.
16+
</description>
1517
</annotations>
1618

1719
<click selector="{{BasicFieldNewsletterSection.showHide}}" stepKey="showWYSIWYG" before="fillTemplateContentField"/>

app/code/Magento/Newsletter/Test/Mftf/ActionGroup/AdminQueueNewsletterActionGroup.xml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,11 +11,12 @@
1111

1212
<actionGroup name="AdminQueueNewsletterActionGroup">
1313
<annotations>
14-
<description>Sends Newsletter template to queue:
15-
Clicks the Queue Newsletter action.
16-
Sets Queue Date Start.
17-
Selects needed Storeview if applicable.
18-
Clicks the Save and Resume button.
14+
<description>
15+
Sends Newsletter template to queue:
16+
Clicks the Queue Newsletter action.
17+
Sets Queue Date Start.
18+
Selects needed Store view if applicable.
19+
Clicks the Save and Resume button.
1920
</description>
2021
</annotations>
2122
<arguments>

0 commit comments

Comments
 (0)