try to lower the timeout in an acceptance test
Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
This commit is contained in:
parent
da53162656
commit
6b5bbe1880
|
@ -96,7 +96,7 @@ class SettingsMenuContext implements Context, ActorAwareInterface {
|
|||
*/
|
||||
public function iVisitTheSettingsPage() {
|
||||
$this->iOpenTheSettingsMenu();
|
||||
$this->actor->find(self::menuItemFor('Settings'), 20)->click();
|
||||
$this->actor->find(self::menuItemFor('Settings'), 2)->click();
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in New Issue