Skip to content

Commit 8b2e867

Browse files
committed
CI: Fix login form for admin in iAmAPlatformAdministrator()
1 parent e33a500 commit 8b2e867

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/behat/features/bootstrap/FeatureContext.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ public function iAmLoggedAs($username)
121121
{
122122
//$this->visit('/logout');
123123
$this->visit('/login');
124+
$this->waitForThePageToBeLoaded();
124125
$this->fillField('login', $username);
125126
$this->fillField('password', $username);
126127
$this->pressButton('Sign in');

0 commit comments

Comments
 (0)