Explorar o código

fix: update command mode entry in Vim keymap tests to use Shift+Semicolon

Shun Miyazawa hai 2 meses
pai
achega
f66e23406f
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      apps/app/playwright/23-editor/vim-keymap.spec.ts

+ 1 - 1
apps/app/playwright/23-editor/vim-keymap.spec.ts

@@ -63,7 +63,7 @@ test.describe
       await page.keyboard.press('Escape');
 
       // Enter command mode
-      await page.keyboard.type(':');
+      await page.keyboard.press('Shift+Semicolon');
       await expect(page.locator('.cm-vim-panel')).toBeVisible();
 
       // Type write command and execute