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/e2e/mentions.spec.js')
-rw-r--r--cypress/e2e/mentions.spec.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/cypress/e2e/mentions.spec.js b/cypress/e2e/mentions.spec.js
index b3fd6615b..aecc58978 100644
--- a/cypress/e2e/mentions.spec.js
+++ b/cypress/e2e/mentions.spec.js
@@ -81,10 +81,10 @@ describe('Test mentioning users', () => {
})
})
- it(' Open a document with an existing mention and properly see the user bubble rendered', () => {
+ it('Open a document with an existing mention and properly see the user bubble rendered', () => {
const mentionFilename = 'mention.md'
createFileWithMention(mentionFilename, randUser1)
- cy.openFile(mentionFilename)
+ cy.openFile(mentionFilename, { force: true })
cy.get('.text-editor__content div[contenteditable="true"] span.mention')
.contains(randUser1)
.should('be.visible')