Loading core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTypeTest.php +0 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,6 @@ public function testEnforceRevisionsEntityFormAlter() { // Ensure checkboxes in the 'workflow' section can be altered, even when // 'revision' is enforced and disabled. $this->drupalGet('admin/structure/types/manage/moderated'); $this->drupalGet('admin/structure/types/manage/moderated'); $this->submitForm(['options[promote]' => TRUE], 'Save content type'); $this->drupalGet('admin/structure/types/manage/moderated'); $this->assertSession()->checkboxChecked('options[promote]'); Loading Loading
core/modules/content_moderation/tests/src/Functional/ModerationStateNodeTypeTest.php +0 −1 Original line number Diff line number Diff line Loading @@ -112,7 +112,6 @@ public function testEnforceRevisionsEntityFormAlter() { // Ensure checkboxes in the 'workflow' section can be altered, even when // 'revision' is enforced and disabled. $this->drupalGet('admin/structure/types/manage/moderated'); $this->drupalGet('admin/structure/types/manage/moderated'); $this->submitForm(['options[promote]' => TRUE], 'Save content type'); $this->drupalGet('admin/structure/types/manage/moderated'); $this->assertSession()->checkboxChecked('options[promote]'); Loading