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')
-rw-r--r--cypress/integration/workspace.spec.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/cypress/integration/workspace.spec.js b/cypress/integration/workspace.spec.js
index 6f9174c14..fd0289d53 100644
--- a/cypress/integration/workspace.spec.js
+++ b/cypress/integration/workspace.spec.js
@@ -118,7 +118,7 @@ const submenuButton = (name) => {
const menuBubbleButton = submenuButton
const openWorkspace = () => {
- cy.get('#rich-workspace').click()
+ cy.get('#rich-workspace .empty-workspace').click()
cy.get('#editor .content-wrapper').click()
return cy.get('#rich-workspace .ProseMirror')
}