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 6651a1b commit 4887fa9Copy full SHA for 4887fa9
tests/end-to-end/official-site.spec.ts
@@ -93,7 +93,7 @@ test("table filtering", async ({ page }) => {
93
const chartCell = tableSection.getByRole("cell", { name: "Chart" });
94
await expect(chartCell).toBeVisible();
95
await expect(chartCell).toHaveClass(/\bname\b/);
96
- await expect(chartCell).toHaveCSS('vertical-align', 'middle');
+ await expect(chartCell).toHaveCSS("vertical-align", "middle");
97
await expect(
98
tableSection.getByRole("cell", { name: "Table" }),
99
).not.toBeVisible();
0 commit comments