Increase timeout for apps management

Signed-off-by: Vincent Petry <vincent@nextcloud.com>
pull/34072/head
Vincent Petry 3 years ago
parent b9ccc60837
commit 1998ac7b06
No known key found for this signature in database
GPG Key ID: E055D6A4D513575C
  1. 2
      tests/acceptance/features/bootstrap/AppsManagementContext.php

@ -243,7 +243,7 @@ class AppsManagementContext implements Context, ActorAwareInterface {
*/
public function iSeeTheAppBundles() {
Assert::assertTrue(
$this->actor->find(self::rowForApp('Auditing / Logging'), 2)->isVisible()
$this->actor->find(self::rowForApp('Auditing / Logging'), 10)->isVisible()
);
Assert::assertTrue(
$this->actor->find(self::rowForApp('LDAP user and group backend'), 2)->isVisible()

Loading…
Cancel
Save