mirror of
https://github.com/nextcloud/richdocuments.git
synced 2025-12-18 05:20:43 +01:00
ci: Skip save as test until upstream bug is fixed
Reported at https://github.com/CollaboraOnline/online/issues/11297 Signed-off-by: Julius Knorr <jus@bitgrid.net>
This commit is contained in:
parent
b1f979e3ea
commit
11c43905cc
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ describe('Nextcloud integration', function() {
|
|||
cy.get('#tab-version_vue .version__info__label').contains('Current version')
|
||||
})
|
||||
|
||||
it('Save as', function() {
|
||||
it.skip('Save as', function() {
|
||||
const exportFilename = 'document.rtf'
|
||||
cy.get('@loleafletframe').within(() => {
|
||||
cy.get('.notebookbar-tabs-container', { timeout: 30_000 })
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue