login as user in home create plan cypress spec
This commit is contained in:
parent
cddc72e6cf
commit
8bfc110ed3
1 changed files with 1 additions and 0 deletions
|
|
@ -1,6 +1,7 @@
|
|||
describe('Create plan modal on the home page', () => {
|
||||
beforeEach(() => {
|
||||
cy.exec('npm run db:seed')
|
||||
cy.loginAsUser()
|
||||
cy.intercept('GET', '/api/texts').as('getTexts')
|
||||
cy.visit('/home')
|
||||
cy.wait('@getTexts')
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue