Skip to content

Commit 4887fa9

Browse files
committed
fmt
1 parent 6651a1b commit 4887fa9

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
@@ -93,7 +93,7 @@ test("table filtering", async ({ page }) => {
9393
const chartCell = tableSection.getByRole("cell", { name: "Chart" });
9494
await expect(chartCell).toBeVisible();
9595
await expect(chartCell).toHaveClass(/\bname\b/);
96-
await expect(chartCell).toHaveCSS('vertical-align', 'middle');
96+
await expect(chartCell).toHaveCSS("vertical-align", "middle");
9797
await expect(
9898
tableSection.getByRole("cell", { name: "Table" }),
9999
).not.toBeVisible();

0 commit comments

Comments
 (0)