File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
app/code/Magento/Newsletter/Test/Mftf/ActionGroup Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 36
36
<switchToNextTab stepKey =" switchToPreviewTab" />
37
37
<waitForElementVisible selector =" {{BasicFieldNewsletterSection.previewIframe}}" stepKey =" waitForIframeVisible" />
38
38
<executeJS function =" document.getElementById('preview_iframe').sandbox.add('allow-scripts')" stepKey =" addSandboxValue" />
39
+ <wait time =" 10" stepKey =" waitForSandbox" />
39
40
<switchToIFrame userInput =" preview_iframe" stepKey =" switchToIframe" />
40
41
<waitForPageLoad stepKey =" waitForPreviewIframeLoaded" />
41
42
</actionGroup >
44
45
<arguments >
45
46
<argument name =" Newsletter" defaultValue =" BasicFieldNewsletterSection" />
46
47
</arguments >
47
- <waitForText userInput =" {{Newsletter.expectedTemplate}}" stepKey =" checkTemplateContainsText" />
48
+ <waitForText userInput =" {{Newsletter.expectedTemplate}}" stepKey =" checkTemplateContainsText" time = " 30 " />
48
49
</actionGroup >
49
50
</actionGroups >
You can’t perform that action at this time.
0 commit comments