From 80435fc747806c1027aad7a34ac199930fb9ffcc Mon Sep 17 00:00:00 2001 From: Alex Pott Date: Wed, 20 Oct 2021 10:10:46 +0100 Subject: [PATCH] Issue #3073294 by Wim Leers, oknate: Remove obsolete @todo for "Undo bug when first inserting media into unfocused CKEditor" (cherry picked from commit 11c0e0a6097414b361aeb6250110feb5c2481cf3) --- .../tests/src/FunctionalJavascript/CKEditorIntegrationTest.php | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/modules/media_library/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php b/core/modules/media_library/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php index ca95070bc775..40fe5f7f537c 100644 --- a/core/modules/media_library/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php +++ b/core/modules/media_library/tests/src/FunctionalJavascript/CKEditorIntegrationTest.php @@ -236,8 +236,6 @@ class CKEditorIntegrationTest extends WebDriverTestBase { $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);