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
Alex Pott 2021-10-20 10:10:46 +01:00
parent 0ab6f202f0
commit 80435fc747
No known key found for this signature in database
GPG Key ID: BDA67E7EE836E5CE
1 changed files with 0 additions and 2 deletions

View File

@ -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);