Merge pull request #60206 from nextcloud/backport/60023/stable33

[stable33] chore: Increase page load timeout for oracle setup tests
This commit is contained in:
Louis 2026-05-12 10:56:49 +02:00 committed by GitHub
commit 5ca213bb4f
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 1 additions and 12 deletions

View file

@ -88,6 +88,7 @@ describe('Can install Nextcloud', { testIsolation: true, retries: 0 }, () => {
})
it('Oracle', () => {
Cypress.config('pageLoadTimeout', 200000)
cy.runCommand('cp /var/www/html/tests/databases-all-config.php /var/www/html/config/config.php')
cy.visit('/')
cy.get('[data-cy-setup-form]').should('be.visible')

View file

@ -64,18 +64,6 @@ describe('Settings: Assign user to a group', { testIsolation: false }, () => {
before(() => {
clearState()
cy.createRandomUser()
cy.createRandomUser()
cy.createRandomUser()
cy.createRandomUser()
cy.createRandomUser()
cy.createRandomUser()
cy.createRandomUser()
cy.createRandomUser()
cy.createRandomUser()
cy.createRandomUser()
cy.createRandomUser()
cy.createRandomUser()
cy.createRandomUser().then((user) => {
testUser = user
})