We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16388af commit e438109Copy full SHA for e438109
tests/end-to-end/official-site.spec.ts
@@ -85,7 +85,7 @@ test("Authentication example", async ({ page }) => {
85
test("table filtering", async ({ page }) => {
86
await page.goto(`${BASE}/documentation.sql?component=table`);
87
const tableSection = page.locator(".card", {
88
- has: page.getByRole("cell", { name: "Chart" }),
+ has: page.getByRole("cell", { name: "Chart", exact: true }),
89
});
90
91
const searchInput = tableSection.getByPlaceholder("Search…");
0 commit comments