Commit 6f3a08fc authored by catch's avatar catch
Browse files

Issue #3226516 by Spokje, longwave: Unneeded double $this->drupalGet in...

Issue #3226516 by Spokje, longwave: Unneeded double $this->drupalGet in ModerationStateNodeTypeTest.php
parent 022284b1
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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]');