mirror of
https://github.com/nextcloud/server.git
synced 2026-05-25 02:34:12 -04:00
Merge pull request #60023 from nextcloud/fix/fix-oracle-setup-tests
chore: Increase page load timeout for oracle setup tests
This commit is contained in:
commit
b468f90ef0
1 changed files with 1 additions and 0 deletions
|
|
@ -107,6 +107,7 @@ describe('Can install Nextcloud', { testIsolation: true, retries: 0 }, () => {
|
|||
})
|
||||
|
||||
it('Oracle', () => {
|
||||
Cypress.config('pageLoadTimeout', 100000)
|
||||
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')
|
||||
|
|
|
|||
Loading…
Reference in a new issue