diff options
| author | Shoubhit Dash <[email protected]> | 2026-03-23 13:30:24 +0530 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-03-23 08:00:24 +0000 |
| commit | 0f5626d2e46f9f8abfe616a33a4fd4f4d989e396 (patch) | |
| tree | 4de359e69cd4606af00f5ca91b83510cabe6fbfe /packages/app/e2e/settings | |
| parent | 5ea95451dd485b15696877a9dd82c30a532b68e0 (diff) | |
| download | opencode-0f5626d2e46f9f8abfe616a33a4fd4f4d989e396.tar.gz opencode-0f5626d2e46f9f8abfe616a33a4fd4f4d989e396.zip | |
fix(app): prefer cmd+k for command palette (#18731)
Diffstat (limited to 'packages/app/e2e/settings')
| -rw-r--r-- | packages/app/e2e/settings/settings-keybinds.spec.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/app/e2e/settings/settings-keybinds.spec.ts b/packages/app/e2e/settings/settings-keybinds.spec.ts index 5789dc0eb..4fc50b68d 100644 --- a/packages/app/e2e/settings/settings-keybinds.spec.ts +++ b/packages/app/e2e/settings/settings-keybinds.spec.ts @@ -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) |
