mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #60206 from nextcloud/backport/60023/stable33
[stable33] chore: Increase page load timeout for oracle setup tests
This commit is contained in:
commit
5ca213bb4f
2 changed files with 1 additions and 12 deletions
|
|
@ -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')
|
||||
|
|
|
|||
|
|
@ -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
|
||||
})
|
||||
|
|
|
|||
Loading…
Reference in a new issue