Skip to content

Commit a6c3fcb

Browse files
committed
test(showcase): strands-python uses showcase shell, set hasAppMode true
starter-smoke @Interaction branches on `starter.hasAppMode`: when true it clicks the App/Chat toggle and asserts the canvas + textarea; when false it assumes a CopilotSidebar layout and asserts "Popup Assistant". Strands now renders the same showcase shell as langgraph-python (App/Chat toggle + ExampleCanvas), so the smoke test must take the `hasAppMode: true` branch. Without this flag the test waits for "Popup Assistant" text that never appears and times out.
1 parent d07c058 commit a6c3fcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

showcase/tests/e2e/starter-smoke.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ const STARTERS: Starter[] = [
4949
{ ...DEFAULT_STARTER, slug: "agno" },
5050
{ ...DEFAULT_STARTER, slug: "llamaindex" },
5151
{ ...DEFAULT_STARTER, slug: "langgraph-fastapi", hasAppMode: true },
52-
{ ...DEFAULT_STARTER, slug: "strands-python" },
52+
{ ...DEFAULT_STARTER, slug: "strands-python", hasAppMode: true },
5353
{ ...DEFAULT_STARTER, slug: "ms-agent-framework-python" },
5454
{ ...DEFAULT_STARTER, slug: "ms-agent-framework-dotnet" },
5555
];

0 commit comments

Comments
 (0)