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:
Diffstat (limited to 'cypress/integration/viewer.spec.js')
-rw-r--r--cypress/integration/viewer.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/integration/viewer.spec.js b/cypress/integration/viewer.spec.js
index 4fb0940f2..d28360927 100644
--- a/cypress/integration/viewer.spec.js
+++ b/cypress/integration/viewer.spec.js
@@ -76,7 +76,7 @@ describe('Open test.md in viewer', function() {
it('Closes the editor', function() {
cy.get('.modal-header button.icon-close').click()
- cy.get('#viewer').should('not.be.visible')
+ cy.get('#viewer').should('not.exist')
})
it('Take screenshot', function() {