Skip to content
Snippets Groups Projects

Update Helm release nextcloud to v4.6.4

Merged Stackspin-renovate Bot requested to merge renovate/nextcloud-4.x into main
Compare and Show latest version
7 files
+ 18
15
Compare changes
  • Side-by-side
  • Inline
Files
7
@@ -55,10 +55,10 @@ describe('Test nextcloud', () => {
// Create a new OO document with a random file name
cy.visit('apps/files')
cy.get('.new').click()
cy.contains('button', 'New').click()
const file_rand = 'test-' + Math.random().toString(16).substr(2, 12)
cy.get('[data-action=template-new-onlyoffice-1]').click().type(file_rand)
cy.get('.icon-confirm').click()
cy.contains('button', 'New document').click().type(file_rand)
cy.contains('span', 'Create').click()
// Test Onlyoffice
cy.frameLoaded('#onlyofficeFrame')
Loading