File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed
app/code/Magento/Newsletter/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change 34
34
<waitForElementVisible selector =" {{BasicFieldNewsletterSection.templateName}}" stepKey =" waitForPreviewButton" />
35
35
<click selector =" {{BasicFieldNewsletterSection.preview}}" stepKey =" clickPreview" />
36
36
<switchToNextTab stepKey =" switchToPreviewTab" />
37
- <waitForPageLoad stepKey =" waitForLoadingMask" />
37
+ <waitForLoadingMaskToDisappear stepKey =" waitForLoadingMask" />
38
38
<waitForElementVisible selector =" {{BasicFieldNewsletterSection.previewIframe}}" stepKey =" waitForIframeVisible" />
39
39
<executeJS function =" document.getElementById('preview_iframe').sandbox.add('allow-scripts')" stepKey =" addSandboxValue" />
40
40
<switchToIFrame userInput =" preview_iframe" stepKey =" switchToIframe" />
41
- <waitForPageLoad time =" 30" stepKey =" waitIframeLoaded" />
42
41
<waitForElementVisible selector =" body" stepKey =" waitForIframeLoad" />
43
42
</actionGroup >
44
43
You can’t perform that action at this time.
0 commit comments