feat(06-03): Update Playwright config and tests to ES modules syntax
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
const { test, expect } = require("@playwright/test");
|
||||
import { test, expect } from "@playwright/test";
|
||||
|
||||
test("login page loads", async ({ page }) => {
|
||||
await page.goto("/login");
|
||||
|
||||
Reference in New Issue
Block a user