Skip to content

Commit 12b75bf

Browse files
committed
Fixed the Core test case
1 parent ba7956c commit 12b75bf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

typescript-sdk/apps/dojo/e2e/tests/copilotkit-home.spec.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,8 @@ test('[Core] CopilotKit homepage renders', async ({ page }) => {
1010
// Validate hero heading content.
1111
await expect(
1212
page.getByRole("heading", {
13-
name: /AI Copilots for your product/i,
13+
name: /Build User-Facing Agentic Applications/i,
1414
exact: false,
1515
})
1616
).toBeVisible();
17-
});
17+
});

0 commit comments

Comments
 (0)