Skip to content

Commit c1705a8

Browse files
committed
fix table test
1 parent 741f479 commit c1705a8

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
@@ -84,7 +84,7 @@ test("Authentication example", async ({ page }) => {
8484

8585
test("table filtering", async ({ page }) => {
8686
await page.goto(`${BASE}/documentation.sql?component=table`);
87-
const tableSection = page.locator(".table-responsive", {
87+
const tableSection = page.locator(".card", {
8888
has: page.getByRole("cell", { name: "Chart" }),
8989
});
9090

0 commit comments

Comments
 (0)