🎨 Apply pre-commit fixes (#2055)

This commit is contained in:
GniLudio
2026-01-20 21:48:05 +01:00
committed by GitHub
parent 00e55ccabb
commit e0c80050f1
5 changed files with 12 additions and 8 deletions

View File

@@ -236,9 +236,7 @@ test("Appearance button is visible in sidebar", async ({ page }) => {
await expect(page.getByTestId("theme-button")).toBeVisible()
})
test("User can switch between theme modes", async ({
page,
}) => {
test("User can switch between theme modes", async ({ page }) => {
await page.goto("/settings")
await page.getByTestId("theme-button").click()