fix(app): prefer cmd+k for command palette (#18731)

This commit is contained in:
Shoubhit Dash
2026-03-23 13:30:24 +05:30
committed by GitHub
parent 23d37d87dc
commit ac936c9ee0
5 changed files with 21 additions and 5 deletions
@@ -241,7 +241,7 @@ test("changing file open keybind works", async ({ page, gotoSession }) => {
await expect(keybindButton).toBeVisible()
const initialKeybind = await keybindButton.textContent()
expect(initialKeybind).toContain("P")
expect(initialKeybind).toContain("K")
await keybindButton.click()
await expect(keybindButton).toHaveText(/press/i)