Skip to content

Commit f66d7f9

Browse files
committed
test(e2e): fix Agents heading assertion for BentoGrid Total Agents
1 parent 253631f commit f66d7f9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

e2e/app.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ test.describe("App shell and critical routes", () => {
4444

4545
await page.getByRole("link", { name: /Agents/i }).click()
4646
await expect(page).toHaveURL("/")
47-
await expect(page.getByRole("heading", { name: /Agents/i })).toBeVisible()
47+
await expect(page.getByRole("heading", { name: "Agents", exact: true })).toBeVisible()
4848
})
4949

5050
test("/connectors loads Connector Registry", async ({ page }) => {

0 commit comments

Comments
 (0)