Merge pull request #46384 from nextcloud/backport/46310/stable28

This commit is contained in:
John Molakvoæ 2024-07-25 16:38:43 +02:00 committed by GitHub
commit e126034461
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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', () => {