fmt
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user