Skip to content

Commit e438109

Browse files
committed
e2e tests
1 parent 16388af commit e438109

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/end-to-end/official-site.spec.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ test("Authentication example", async ({ page }) => {
8585
test("table filtering", async ({ page }) => {
8686
await page.goto(`${BASE}/documentation.sql?component=table`);
8787
const tableSection = page.locator(".card", {
88-
has: page.getByRole("cell", { name: "Chart" }),
88+
has: page.getByRole("cell", { name: "Chart", exact: true }),
8989
});
9090

9191
const searchInput = tableSection.getByPlaceholder("Search…");

0 commit comments

Comments
 (0)