aboutsummaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorVincent Petry <vincent@nextcloud.com>2022-09-15 22:03:12 +0200
committerGitHub <noreply@github.com>2022-09-15 22:03:12 +0200
commitd39f047af210245adcd877baee090f6cc4a8f40c (patch)
tree455476f636c1002c22d321cb0341ec28ce127fdc /tests
parent0023a1066be72789a3785e30b78fc4d99dcd2403 (diff)
parent1998ac7b06e8845719db5cd276db59ac053bbcd2 (diff)
downloadnextcloud-server-d39f047af210245adcd877baee090f6cc4a8f40c.tar.gz
nextcloud-server-d39f047af210245adcd877baee090f6cc4a8f40c.zip
Merge pull request #34072 from nextcloud/enh/noid/default-enabled-2
set defaultEnabled in shipped.json
Diffstat (limited to 'tests')
-rw-r--r--tests/acceptance/features/bootstrap/AppsManagementContext.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/acceptance/features/bootstrap/AppsManagementContext.php b/tests/acceptance/features/bootstrap/AppsManagementContext.php
index 747ef3d96b5..908754163d7 100644
--- a/tests/acceptance/features/bootstrap/AppsManagementContext.php
+++ b/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()