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 741f479 commit c1705a8Copy full SHA for c1705a8
tests/end-to-end/official-site.spec.ts
@@ -84,7 +84,7 @@ test("Authentication example", async ({ page }) => {
84
85
test("table filtering", async ({ page }) => {
86
await page.goto(`${BASE}/documentation.sql?component=table`);
87
- const tableSection = page.locator(".table-responsive", {
+ const tableSection = page.locator(".card", {
88
has: page.getByRole("cell", { name: "Chart" }),
89
});
90
0 commit comments