chore: cleanup

This commit is contained in:
Adam
2026-01-19 05:22:35 -06:00
parent f1daf3b430
commit 182c43a78f
7 changed files with 57 additions and 32 deletions

View File

@@ -1,9 +1,8 @@
import { test, expect } from "@playwright/test"
import { gotoSession, modKey, promptSelector } from "./utils"
import { test, expect } from "./fixtures"
import { modKey } from "./utils"
test("search palette opens and closes", async ({ page }) => {
await gotoSession(page)
await expect(page.locator(promptSelector)).toBeVisible()
test("search palette opens and closes", async ({ page, gotoSession }) => {
await gotoSession()
await page.keyboard.press(`${modKey}+P`)