From 4887fa9e0ab2527ee2afe47ef0d5801dfa2a5e90 Mon Sep 17 00:00:00 2001 From: lovasoa Date: Mon, 6 Jan 2025 09:28:10 +0100 Subject: [PATCH] fmt --- tests/end-to-end/official-site.spec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/end-to-end/official-site.spec.ts b/tests/end-to-end/official-site.spec.ts index 1910c8d9..8568d0cf 100644 --- a/tests/end-to-end/official-site.spec.ts +++ b/tests/end-to-end/official-site.spec.ts @@ -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();