mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2025-12-13 07:46:06 +00:00
possible fix for cypress create post
This commit is contained in:
parent
00a95f956a
commit
c2ef3c9c44
@ -228,7 +228,7 @@ Then('I get redirected to {string}', route => {
|
||||
})
|
||||
|
||||
Then('the post was saved successfully', () => {
|
||||
cy.get('.ds-card-header > .ds-heading').should('contain', lastPost.title)
|
||||
cy.get('.ds-card-content > .ds-heading').should('contain', lastPost.title)
|
||||
cy.get('.content').should('contain', lastPost.content)
|
||||
})
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user