Browse Source

try to lower the timeout in an acceptance test

Signed-off-by: Arthur Schiwon <blizzz@arthur-schiwon.de>
tags/v13.0.0beta1
Arthur Schiwon 7 years ago
parent
commit
6b5bbe1880
No account linked to committer's email address
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      tests/acceptance/features/bootstrap/SettingsMenuContext.php

+ 1
- 1
tests/acceptance/features/bootstrap/SettingsMenuContext.php View File

@@ -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…
Cancel
Save