Skip to content

Commit 913f45b

Browse files
committed
fix tests
1 parent 2fce6be commit 913f45b

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ test("table filtering", async ({ page }) => {
9191
await searchInput.fill("chart");
9292
const chartCell = tableSection.getByRole("cell", { name: "Chart" });
9393
await expect(chartCell).toBeVisible();
94-
await expect(chartCell).toHaveClass(/\bname\b/);
94+
await expect(chartCell).toHaveClass(/\b_col_name\b/);
9595
await expect(chartCell).toHaveCSS("vertical-align", "middle");
9696
await expect(
9797
tableSection.getByRole("cell", { name: "Table" }),

tests/end-to-end/package-lock.json

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)