Commit bb2acb40 authored by catch's avatar catch
Browse files

fix: #3550787 [random test failure] CKEditor5Test::testLanguageOfPartsPlugin

By: kentr
By: dww
(cherry picked from commit fd1ecc05)
parent b686f2b9
Loading
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -215,6 +215,7 @@ public function languageOfPartsPluginInitialConfigurationHelper($page, $assert_s
    // Confirm there are no longer any warnings.
    $assert_session->waitForElementRemoved('css', '[data-drupal-messages] [role="alert"]');
    $page->pressButton('Save configuration');
    $this->assertNotEmpty($assert_session->waitForText('Added text format ckeditor5'));
    $assert_session->responseContains('Added text format <em class="placeholder">ckeditor5</em>.');
  }