From 8bf096c206a5e7b26b7246a0c15c0ea71192e2e6 Mon Sep 17 00:00:00 2001 From: Vinicius Reis Date: Mon, 17 Oct 2022 09:48:37 -0300 Subject: =?UTF-8?q?=E2=9C=85=20mentions:=20small=20test=20adjust?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Vinicius Reis --- cypress/e2e/mentions.spec.js | 4 ++-- 1 file 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') -- cgit v1.2.3