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();
|
||||
});
|
||||
|
||||
it("displays StorkIt branding in the header", () => {
|
||||
it("displays Story Kit branding in the header", () => {
|
||||
render(<ChatHeader {...makeProps()} />);
|
||||
expect(screen.getByText("StorkIt")).toBeInTheDocument();
|
||||
expect(screen.getByText("Story Kit")).toBeInTheDocument();
|
||||
});
|
||||
|
||||
it("labels the claude-pty optgroup as 'Claude Code'", () => {
|
||||
|
||||
Reference in New Issue
Block a user