Skip to content
Snippets Groups Projects

Resolve #3467853 "Followup"

Closed Théodore Biadala requested to merge issue/drupal-3467853:3467853-followup into 10.4.x
1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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);
Loading