Add missing . for chain method

This commit is contained in:
mattwr18 2020-01-27 20:37:54 +01:00
parent d6a2f2d9e3
commit 35395d15a2

View File

@ -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)=> {