mirror of
https://github.com/heyman/heynote.git
synced 2025-08-09 06:45:04 +02:00
Add Settings to web app (#125)
* Add support for opening settings dialog in the webapp * Add tests for settings dialog * Hide stand-alone app specific settings in web app * Remove debug log
This commit is contained in:
@ -4,7 +4,6 @@ import { HeynotePage } from "./test-utils.js";
|
||||
let heynotePage
|
||||
|
||||
test.beforeEach(async ({ page }) => {
|
||||
console.log("beforeEach")
|
||||
heynotePage = new HeynotePage(page)
|
||||
await heynotePage.goto()
|
||||
})
|
||||
|
Reference in New Issue
Block a user