Fix selenium login test
Reverts my change in 015d75c0d1
Signed-off-by: William Desportes <williamdes@wdes.fr>
This commit is contained in:
parent
ce05a69743
commit
304dc60a39
@ -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();
|
||||
|
||||
Loading…
Reference in New Issue
Block a user