* migrate cypress * clean local storage before each test
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
export const visitAndApproveStorage = () => {
|
||||
cy.clearLocalStorage()
|
||||
cy.visit('/src/editor/index.html')
|
||||
cy.get('#storage_ok').click()
|
||||
cy.get('#storage_ok').click({ force: true })
|
||||
}
|
||||
|
||||
export const openMainMenu = () => {
|
||||
|
||||
Reference in New Issue
Block a user