Unverified Commit 80435fc7 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #3073294 by Wim Leers, oknate: Remove obsolete @todo for "Undo bug when...

Issue #3073294 by Wim Leers, oknate: Remove obsolete @todo for "Undo bug when first inserting media into unfocused CKEditor"

(cherry picked from commit 11c0e0a6)
parent 0ab6f202
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -236,8 +236,6 @@ public function testButton() {
    $this->assignNameToCkeditorIframe();
    $this->getSession()->switchToIFrame('ckeditor');
    $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');
    $value = $assert_session->elementExists('css', 'textarea.cke_source')->getValue();
    $dom = Html::load($value);