Issue #3073294 by Wim Leers, oknate: Remove obsolete @todo for "Undo bug when first inserting media into unfocused CKEditor"
(cherry picked from commit 11c0e0a609
)
merge-requests/561/head
parent
0ab6f202f0
commit
80435fc747
|
@ -236,8 +236,6 @@ class CKEditorIntegrationTest extends WebDriverTestBase {
|
||||||
$this->assignNameToCkeditorIframe();
|
$this->assignNameToCkeditorIframe();
|
||||||
$this->getSession()->switchToIFrame('ckeditor');
|
$this->getSession()->switchToIFrame('ckeditor');
|
||||||
$this->assertNotEmpty($assert_session->waitForElementVisible('css', '.cke_widget_drupalmedia drupal-media .media'));
|
$this->assertNotEmpty($assert_session->waitForElementVisible('css', '.cke_widget_drupalmedia drupal-media .media'));
|
||||||
// @todo Inserting media embed should enable undo.
|
|
||||||
// @see https://www.drupal.org/project/drupal/issues/3073294
|
|
||||||
$this->pressEditorButton('source');
|
$this->pressEditorButton('source');
|
||||||
$value = $assert_session->elementExists('css', 'textarea.cke_source')->getValue();
|
$value = $assert_session->elementExists('css', 'textarea.cke_source')->getValue();
|
||||||
$dom = Html::load($value);
|
$dom = Html::load($value);
|
||||||
|
|
Loading…
Reference in New Issue