test(app): initial e2e test setup
This commit is contained in:
6
packages/app/e2e/home.spec.ts
Normal file
6
packages/app/e2e/home.spec.ts
Normal file
@@ -0,0 +1,6 @@
|
||||
import { test, expect } from "@playwright/test"
|
||||
|
||||
test("home shows recent projects header", async ({ page }) => {
|
||||
await page.goto("/")
|
||||
await expect(page.getByText("Recent projects")).toBeVisible()
|
||||
})
|
||||
Reference in New Issue
Block a user