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 5ea95451dd
commit 0f5626d2e4
5 changed files with 21 additions and 5 deletions

View File

@@ -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)