mirror of
https://github.com/nextcloud/server.git
synced 2026-06-09 00:32:29 -04:00
Merge pull request #46384 from nextcloud/backport/46310/stable28
This commit is contained in:
commit
e126034461
1 changed files with 7 additions and 0 deletions
|
|
@ -34,8 +34,15 @@ describe('Settings: App management', { testIsolation: true }, () => {
|
|||
|
||||
// I am logged in as the admin
|
||||
cy.login(admin)
|
||||
|
||||
// Intercept the apps list request
|
||||
cy.intercept('GET', '*/settings/apps/list').as('fetchAppsList')
|
||||
|
||||
// I open the Apps management
|
||||
cy.visit('/settings/apps')
|
||||
|
||||
// Wait for the apps list to load
|
||||
cy.wait('@fetchAppsList')
|
||||
})
|
||||
|
||||
it('Can enable an installed app', () => {
|
||||
|
|
|
|||
Loading…
Reference in a new issue