story-kit: merge 204_story_rename_storkit_branding_to_story_kit
This commit is contained in:
@@ -33,7 +33,7 @@ function makeProps(
|
||||
describe("SelectionScreen", () => {
|
||||
it("renders the title and description", () => {
|
||||
render(<SelectionScreen {...makeProps()} />);
|
||||
expect(screen.getByText("StorkIt")).toBeInTheDocument();
|
||||
expect(screen.getByText("Story Kit")).toBeInTheDocument();
|
||||
expect(
|
||||
screen.getByText("Paste or complete a project path to start."),
|
||||
).toBeInTheDocument();
|
||||
|
||||
Reference in New Issue
Block a user