story-kit: merge 204_story_rename_storkit_branding_to_story_kit

This commit is contained in:
Dave
2026-02-26 12:49:28 +00:00
parent 146a45a33e
commit b05ac6acac
5 changed files with 6 additions and 6 deletions

View File

@@ -4,7 +4,7 @@ test.describe("App boot smoke test", () => {
test("renders the project selection screen", async ({ page }) => {
await page.goto("/");
await expect(page.getByText("StorkIt")).toBeVisible();
await expect(page.getByText("Story Kit")).toBeVisible();
await expect(page.getByPlaceholder("/path/to/project")).toBeVisible();
await expect(
page.getByRole("button", { name: "Open Project" }),