Fix build issue #862 (#863)

* migrate cypress
* clean local storage before each test
This commit is contained in:
JFH
2022-12-11 23:39:44 +01:00
committed by GitHub
parent bb3a9b105f
commit 0417618156
6 changed files with 217 additions and 283 deletions

View File

@@ -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 = () => {