2025SELab2-project-Dwengo/frontend/e2e/basic-learning.ts
2025-04-14 07:07:06 +00:00

5 lines
127 B
TypeScript

import { test, expect } from "./fixtures.js";
test("myTest", async ({ page }) => {
await expect(page).toHaveURL("/");
});