e2e tests

This commit is contained in:
lovasoa
2024-11-14 09:46:17 +01:00
parent 16388afe82
commit e438109c8e
+1 -1
View File
@@ -85,7 +85,7 @@ test("Authentication example", async ({ page }) => {
test("table filtering", async ({ page }) => {
await page.goto(`${BASE}/documentation.sql?component=table`);
const tableSection = page.locator(".card", {
has: page.getByRole("cell", { name: "Chart" }),
has: page.getByRole("cell", { name: "Chart", exact: true }),
});
const searchInput = tableSection.getByPlaceholder("Search…");