style: fix linting issues met Prettier
This commit is contained in:
parent
8e94462470
commit
230fa8d370
3 changed files with 92 additions and 92 deletions
|
@ -1,7 +1,7 @@
|
|||
import { test, expect } from "@playwright/test"
|
||||
import { test, expect } from "@playwright/test";
|
||||
|
||||
test("Users can filter", async ({ page }) => {
|
||||
await page.goto("/")
|
||||
await page.goto("/");
|
||||
|
||||
// Login
|
||||
await page.getByRole("link", { name: "log in" }).click();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue