Fix selenium login test

Reverts my change in 015d75c0d1

Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
William Desportes 2026-02-24 21:29:34 +01:00
parent ce05a69743
commit 304dc60a39
No known key found for this signature in database
GPG Key ID: 70684F4717D49A31

View File

@ -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();