@ -8,9 +8,9 @@ Feature: Login user
Then I press "Login"
Then wait very long for the page to be loaded
Then I should see "MyCourses"
Then I should not see an error
#Then I should not see an error
Scenario: Login as admin
Given I am a platform administrator
#Then I should see "MyCourses"
@ -125,7 +125,7 @@ class FeatureContext extends MinkContext
$this->fillField('password', $username);
$this->pressButton('Login');
$this->waitForThePageToBeLoaded();
//$this->waitForThePageToBeLoaded();
}
/**