Skip to content

Commit bb61a1c

Browse files
committed
MC-29042: script text rendering in Magento UI in 2.2.10 & 2.2.11
1 parent 951224a commit bb61a1c

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,11 +34,10 @@
3434
<waitForElementVisible selector="{{BasicFieldNewsletterSection.templateName}}" stepKey="waitForPreviewButton"/>
3535
<click selector="{{BasicFieldNewsletterSection.preview}}" stepKey="clickPreview"/>
3636
<switchToNextTab stepKey="switchToPreviewTab"/>
37-
<waitForPageLoad stepKey="waitForLoadingMask"/>
37+
<waitForLoadingMaskToDisappear stepKey="waitForLoadingMask"/>
3838
<waitForElementVisible selector="{{BasicFieldNewsletterSection.previewIframe}}" stepKey="waitForIframeVisible"/>
3939
<executeJS function="document.getElementById('preview_iframe').sandbox.add('allow-scripts')" stepKey="addSandboxValue"/>
4040
<switchToIFrame userInput="preview_iframe" stepKey="switchToIframe"/>
41-
<waitForPageLoad time="30" stepKey="waitIframeLoaded"/>
4241
<waitForElementVisible selector="body" stepKey="waitForIframeLoad"/>
4342
</actionGroup>
4443

0 commit comments

Comments
 (0)