e2e tests
This commit is contained in:
@@ -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…");
|
||||
|
||||
Reference in New Issue
Block a user