refactor: globalSetup and create cookie manually
This commit is contained in:
@@ -5,7 +5,7 @@ import { CODE_SERVER_ADDRESS } from "../utils/constants"
|
||||
describe("login page", () => {
|
||||
beforeEach(async () => {
|
||||
await jestPlaywright.resetContext()
|
||||
await page.goto(CODE_SERVER_ADDRESS)
|
||||
await page.goto(CODE_SERVER_ADDRESS, { waitUntil: "networkidle" })
|
||||
})
|
||||
|
||||
it("should see the login page", async () => {
|
||||
|
||||
Reference in New Issue
Block a user