mirror of
https://github.com/Ocelot-Social-Community/Ocelot-Social.git
synced 2026-04-06 01:25:38 +00:00
Try to fix test
This commit is contained in:
parent
6c74531608
commit
834973f3d3
@ -40,7 +40,7 @@ Given('I am viewing a post', () => {
|
|||||||
cy.visit('/')
|
cy.visit('/')
|
||||||
cy.get('.post-card:nth(2)')
|
cy.get('.post-card:nth(2)')
|
||||||
.click()
|
.click()
|
||||||
.wait(200)
|
.wait(300)
|
||||||
cy.location('pathname').should('contain', '/post')
|
cy.location('pathname').should('contain', '/post')
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user