story-kit: merge 257_story_rename_storkit_to_story_kit_in_header

This commit is contained in:
Dave
2026-03-17 12:44:24 +00:00
parent 5d80d289c4
commit 7d4f722942
3 changed files with 5 additions and 3 deletions

View File

@@ -136,9 +136,9 @@ describe("ChatHeader", () => {
expect(screen.getByText("Built: 2026-01-01 00:00")).toBeInTheDocument(); expect(screen.getByText("Built: 2026-01-01 00:00")).toBeInTheDocument();
}); });
it("displays StorkIt branding in the header", () => { it("displays Story Kit branding in the header", () => {
render(<ChatHeader {...makeProps()} />); render(<ChatHeader {...makeProps()} />);
expect(screen.getByText("StorkIt")).toBeInTheDocument(); expect(screen.getByText("Story Kit")).toBeInTheDocument();
}); });
it("labels the claude-pty optgroup as 'Claude Code'", () => { it("labels the claude-pty optgroup as 'Claude Code'", () => {

View File

@@ -82,7 +82,7 @@ export function ChatHeader({
letterSpacing: "0.02em", letterSpacing: "0.02em",
}} }}
> >
StorkIt Story Kit
</span> </span>
<div <div
title={projectPath} title={projectPath}

View File

@@ -13,5 +13,7 @@ npm test
# Disabled: e2e tests may be causing merge pipeline hangs (no running server # Disabled: e2e tests may be causing merge pipeline hangs (no running server
# in merge workspace → Playwright blocks indefinitely). Re-enable once confirmed. # in merge workspace → Playwright blocks indefinitely). Re-enable once confirmed.
# Disabled: e2e tests cause merge pipeline hangs (no running server
# in merge workspace → Playwright blocks indefinitely).
# echo "=== Running e2e tests ===" # echo "=== Running e2e tests ==="
# npm run test:e2e # npm run test:e2e