Skip to content
Snippets Groups Projects
Commit 9dcb12c6 authored by Lily Yan's avatar Lily Yan
Browse files

ISTWCMS-7189 Trigger CKEditor update to make WcmsTestsImgInlineCest work

parent 82b13a07
No related branches found
No related tags found
1 merge request!83ISTWCMS-7160 Fix service content type in testAutomaticListBlocksSettings in...
......@@ -72,10 +72,14 @@ class WcmsTestsImgInlineCest {
'textarea[name="settings[block_form][field_uw_copy_text][0][value]"]'
);
// Trigger CKEditor update.
$i->executeJS('for (instance in CKEDITOR.instances) { CKEDITOR.instances[instance].updateElement(); }');
// Click the submit button.
$i->waitForElementClickable('input[id*="edit-actions-submit"]');
$i->click('input[id*="edit-actions-submit"]');
$i->switchToIFrame();
// Ensure that the block is on the page.
$i->waitForJS("return document.readyState === 'complete';", 30);
$i->waitForElement(".uw-copy-text div " . $block . " img", 30);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment