story-kit: merge 257_story_rename_storkit_to_story_kit_in_header
This commit is contained in:
@@ -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'", () => {
|
||||||
|
|||||||
@@ -82,7 +82,7 @@ export function ChatHeader({
|
|||||||
letterSpacing: "0.02em",
|
letterSpacing: "0.02em",
|
||||||
}}
|
}}
|
||||||
>
|
>
|
||||||
StorkIt
|
Story Kit
|
||||||
</span>
|
</span>
|
||||||
<div
|
<div
|
||||||
title={projectPath}
|
title={projectPath}
|
||||||
|
|||||||
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user