Skip to content

Commit fdfa185

Browse files
committed
ACQE-7206: Change content of WYSIWYG editor if it's disabled by default
- Corrected Stepkey in Actiongroup
1 parent 1d0c6c2 commit fdfa185

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/code/Magento/Cms/Test/Mftf/ActionGroup/AdminAssignBlockCMSPageWithTinyMCEActionGroup.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
<annotations>
1313
<description>Clicks On Show/Hide Button To display TinyMCE</description>
1414
</annotations>
15-
<conditionalClick selector="{{TinyMCESection.ShowHideBtn}}" dependentSelector="{{TinyMCESection.TinyMCE}}" visible="false" after="clickContentTab" stepKey="toggleEditorAgainIfHidden"/>
15+
<conditionalClick selector="{{TinyMCESection.ShowHideBtn}}" dependentSelector="{{TinyMCESection.TinyMCE}}" visible="false" after="clickContentTab" stepKey="toggleEditorIfHidden"/>
1616
</actionGroup>
1717
</actionGroups>

0 commit comments

Comments
 (0)