diff options
Diffstat (limited to 'tests/acceptance/features/bootstrap/AppsManagementContext.php')
-rw-r--r-- | tests/acceptance/features/bootstrap/AppsManagementContext.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/acceptance/features/bootstrap/AppsManagementContext.php b/tests/acceptance/features/bootstrap/AppsManagementContext.php index 908754163d7..7b06b77d117 100644 --- a/tests/acceptance/features/bootstrap/AppsManagementContext.php +++ b/tests/acceptance/features/bootstrap/AppsManagementContext.php @@ -200,9 +200,9 @@ class AppsManagementContext implements Context, ActorAwareInterface { */ public function iSeeThatThereSomeAppsListedFromTheAppStore() { if (!WaitFor::elementToBeEventuallyShown( - $this->actor, - self::appEntries(), - $timeout = 10 * $this->actor->getFindTimeoutMultiplier())) { + $this->actor, + self::appEntries(), + $timeout = 10 * $this->actor->getFindTimeoutMultiplier())) { Assert::fail("The apps from the app store were not shown yet after $timeout seconds"); } } |