diff --git a/core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php b/core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php index f57a0b779a32d4ec90078bc000fa60e53507ab24..5e1088e0943346c1bdc3a92edcdd251d4d76d7d4 100644 --- a/core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php +++ b/core/modules/system/tests/src/Functional/UpdateSystem/UpdateScriptTest.php @@ -661,6 +661,7 @@ public function testMaintenanceModeLink() { $this->drupalLogin($full_admin_user); $this->drupalGet($this->updateUrl, ['external' => TRUE]); $this->assertSession()->statusCodeEquals(200); + $this->updateRequirementsProblem(); $this->clickLink('maintenance mode'); $this->assertSession()->statusCodeEquals(200); $this->assertSession()->elementContains('css', 'main h1', 'Maintenance mode'); @@ -670,6 +671,7 @@ public function testMaintenanceModeLink() { $this->drupalLogin($this->updateUser); $this->drupalGet($this->updateUrl, ['external' => TRUE]); $this->assertSession()->statusCodeEquals(200); + $this->updateRequirementsProblem(); $this->clickLink('maintenance mode'); $this->assertSession()->statusCodeEquals(200); $this->assertSession()->elementContains('css', 'main h1', 'Maintenance mode');