This commit is contained in:
lovasoa
2025-01-06 09:28:10 +01:00
parent 6651a1b2cd
commit 4887fa9e0a
+1 -1
View File
@@ -93,7 +93,7 @@ test("table filtering", async ({ page }) => {
const chartCell = tableSection.getByRole("cell", { name: "Chart" });
await expect(chartCell).toBeVisible();
await expect(chartCell).toHaveClass(/\bname\b/);
await expect(chartCell).toHaveCSS('vertical-align', 'middle');
await expect(chartCell).toHaveCSS("vertical-align", "middle");
await expect(
tableSection.getByRole("cell", { name: "Table" }),
).not.toBeVisible();