diff --git a/cypress/integration/common/post.js b/cypress/integration/common/post.js index 2a1dbad54..064c84cb5 100644 --- a/cypress/integration/common/post.js +++ b/cypress/integration/common/post.js @@ -53,7 +53,7 @@ Then("the editor should be cleared", () => { Then("it should create a mention in the CommentForm", () => { cy.get(".ProseMirror a") .should('have.class', 'mention') - should('contain', '@peter-pan') + .should('contain', '@peter-pan') }) When("I open the content menu of post {string}", (title)=> {