mirror of
https://github.com/nextcloud/server.git
synced 2026-04-06 09:37:01 -04:00
Increase timeout for apps management
Signed-off-by: Vincent Petry <vincent@nextcloud.com>
This commit is contained in:
parent
b9ccc60837
commit
1998ac7b06
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Reference in a new issue