Verified Commit 5df500a7 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3467853 by nod_: Followup for Use API methods to create filter/editor...

Issue #3467853 by nod_: Followup for Use API methods to create filter/editor in CKEditor5Test when not explicitly testing the UI

(cherry picked from commit 9cefe0e8)
parent 13276c79
Loading
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -44,7 +44,7 @@ public function installThemeThatTriggersWarning($theme) {
  public function testWarningFilterUi($theme, $expected_warning): void {
    $page = $this->getSession()->getPage();
    $assert_session = $this->assertSession();
    $this->addNewTextFormat($page, $assert_session);
    $this->addNewTextFormat();
    $this->drupalGet('admin/config/content/formats/manage/ckeditor5');

    $assert_session->pageTextNotContains($expected_warning);