diff --git a/tests/end-to-end/LoginTest.php b/tests/end-to-end/LoginTest.php index 99571c7c64..eca82d2aa2 100644 --- a/tests/end-to-end/LoginTest.php +++ b/tests/end-to-end/LoginTest.php @@ -33,6 +33,7 @@ class LoginTest extends TestBase */ public function testSuccessfulLogin(): void { + $this->login(); $this->waitForElement('xpath', '//*[@id="server-breadcrumb"]'); self::assertTrue($this->isSuccessLogin()); $this->logOutIfLoggedIn();