diff --git a/core/modules/system/src/Tests/System/SiteMaintenanceTest.php b/core/modules/system/src/Tests/System/SiteMaintenanceTest.php index 0576458..522612b 100644 --- a/core/modules/system/src/Tests/System/SiteMaintenanceTest.php +++ b/core/modules/system/src/Tests/System/SiteMaintenanceTest.php @@ -104,7 +104,6 @@ function testSiteMaintenance() { $edit = array( 'name' => $this->user->getUsername(), ); - $this->drupalPostForm('user/password', $edit, t('Email new password')); $this->drupalPostForm('user/password', $edit, t('Submit')); $mails = $this->drupalGetMails(); $start = strpos($mails[0]['body'], 'user/reset/'. $this->user->id());