use ts cypress reset
This commit is contained in:
parent
757f149dea
commit
4af28412a0
8 changed files with 310 additions and 40 deletions
|
|
@ -1,5 +1,7 @@
|
|||
import './commands'
|
||||
|
||||
beforeEach(() => {
|
||||
cy.task('resetDatabase')
|
||||
cy.resetDb()
|
||||
cy.clearCookies()
|
||||
cy.clearLocalStorage()
|
||||
})
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue