Skip to content

Commit e017a31

Browse files
committed
MC-4254: Text Height Inconsistency On Stage & Storefront
- update stepKey
1 parent 1433a17 commit e017a31

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
<comment userInput="Validating Text In Tiny MCE" stepKey="commentValidateTextTinyMCE"/>
129129
<waitForElementVisible selector="#{{section.tinyMCEIFrame}}" stepKey="waitForIFrame"/>
130130
<switchToIFrame selector="{{section.tinyMCEIFrame}}" stepKey="switchToIFrame"/>
131-
<see selector="body" userInput="{{property.value}}" stepKey="waitForTextVisible"/>
131+
<see selector="body" userInput="{{property.value}}" stepKey="seeText"/>
132132
<switchToIFrame stepKey="exitIFrame"/>
133133
</actionGroup>
134134
<actionGroup name="insertLinkInWYSIWYG">

0 commit comments

Comments
 (0)