Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2020-01-27 15:02:46 +0300
committerJulius Härtl <jus@bitgrid.net>2020-01-27 15:02:46 +0300
commita94f438b78ff94613e17ef96f99febc69c3e7a8d (patch)
treebb8264b0e52d5c6346d499c7eee0beedf7814bad /cypress
parentd742da6d3f7a1b0e056e22ce7cc5466d575bd166 (diff)
Don't try to open a file in the single file share test
Signed-off-by: Julius Härtl <jus@bitgrid.net>
Diffstat (limited to 'cypress')
-rw-r--r--cypress/integration/share.spec.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/cypress/integration/share.spec.js b/cypress/integration/share.spec.js
index d0f5d4ed8..49dd0f155 100644
--- a/cypress/integration/share.spec.js
+++ b/cypress/integration/share.spec.js
@@ -92,7 +92,6 @@ describe('Open test.md in viewer', function() {
cy.window().then(win => {
win.OC.appswebroots['files_texteditor'] = true
cy.wait(1000)
- cy.openFile('test.md')
cy.get('#editor', {timeout: 10000}).should('be.visible')
cy.get('#editor .ProseMirror').should('contain', 'Hello world')
cy.get('#editor .ProseMirror h2').should('contain', 'Hello world')