mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
Add missing . for chain method
This commit is contained in:
parent
d6a2f2d9e3
commit
35395d15a2
@ -53,7 +53,7 @@ Then("the editor should be cleared", () => {
|
|||||||
Then("it should create a mention in the CommentForm", () => {
|
Then("it should create a mention in the CommentForm", () => {
|
||||||
cy.get(".ProseMirror a")
|
cy.get(".ProseMirror a")
|
||||||
.should('have.class', 'mention')
|
.should('have.class', 'mention')
|
||||||
should('contain', '@peter-pan')
|
.should('contain', '@peter-pan')
|
||||||
})
|
})
|
||||||
|
|
||||||
When("I open the content menu of post {string}", (title)=> {
|
When("I open the content menu of post {string}", (title)=> {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user