mirror of
https://github.com/heyman/heynote.git
synced 2024-11-24 17:03:19 +01:00
Remove debug log
This commit is contained in:
parent
957b22c70e
commit
17091d323c
@ -4,7 +4,6 @@ import {HeynotePage} from "./test-utils.js";
|
|||||||
let heynotePage
|
let heynotePage
|
||||||
|
|
||||||
test.beforeEach(async ({page}) => {
|
test.beforeEach(async ({page}) => {
|
||||||
console.log("beforeEach")
|
|
||||||
heynotePage = new HeynotePage(page)
|
heynotePage = new HeynotePage(page)
|
||||||
await heynotePage.goto()
|
await heynotePage.goto()
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user