aboutsummaryrefslogtreecommitdiffstats
path: root/cypress
diff options
context:
space:
mode:
authorFerdinand Thiessen <opensource@fthiessen.de>2024-03-11 16:29:53 +0100
committerBenjamin Gaussorgues <benjamin.gaussorgues@nextcloud.com>2024-03-14 20:45:24 +0100
commit4cadb828502dce74f8ce41f85c21fceb15954cf6 (patch)
tree6b3375cf596ad87c8183e9d3884f607d1776a280 /cypress
parent072393d0179ab4ccd50fbd9cd1eec4dfb7814615 (diff)
downloadnextcloud-server-4cadb828502dce74f8ce41f85c21fceb15954cf6.tar.gz
nextcloud-server-4cadb828502dce74f8ce41f85c21fceb15954cf6.zip
feat(settings): Implement new app discover section for app management
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
Diffstat (limited to 'cypress')
-rw-r--r--cypress/e2e/settings/apps.cy.ts2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/e2e/settings/apps.cy.ts b/cypress/e2e/settings/apps.cy.ts
index a2296533ff9..581a6c0a1e7 100644
--- a/cypress/e2e/settings/apps.cy.ts
+++ b/cypress/e2e/settings/apps.cy.ts
@@ -35,7 +35,7 @@ describe('Settings: App management', { testIsolation: true }, () => {
// I am logged in as the admin
cy.login(admin)
// I open the Apps management
- cy.visit('/settings/apps')
+ cy.visit('/settings/apps/installed')
})
it('Can enable an installed app', () => {