Skip to content
Snippets Groups Projects
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
No related branches found
No related tags found
No related merge requests found
......@@ -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]');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment