mirror of
https://github.com/YuzuZensai/Pien-Studio.git
synced 2026-09-02 14:18:35 +00:00
✨ feat: initial app
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import { expect, test } from "@playwright/test";
|
||||
|
||||
test("home page loads and shows mood presets", async ({ page }) => {
|
||||
await page.goto("/");
|
||||
await expect(page.getByText("Project Hub")).toBeVisible();
|
||||
await expect(page.getByRole("button", { name: "New Project" })).toBeVisible();
|
||||
});
|
||||
Reference in New Issue
Block a user