We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 253631f commit f66d7f9Copy full SHA for f66d7f9
1 file changed
e2e/app.spec.ts
@@ -44,7 +44,7 @@ test.describe("App shell and critical routes", () => {
44
45
await page.getByRole("link", { name: /Agents/i }).click()
46
await expect(page).toHaveURL("/")
47
- await expect(page.getByRole("heading", { name: /Agents/i })).toBeVisible()
+ await expect(page.getByRole("heading", { name: "Agents", exact: true })).toBeVisible()
48
})
49
50
test("/connectors loads Connector Registry", async ({ page }) => {
0 commit comments