From c92dd402b732367823e350316d4ff2a7d42d095a Mon Sep 17 00:00:00 2001 From: Ian Thomas Date: Thu, 31 Oct 2024 14:24:06 +0000 Subject: [PATCH] Update visual test --- demo/ui-tests/demo.test.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demo/ui-tests/demo.test.ts b/demo/ui-tests/demo.test.ts index 7e007e5..3b1c57d 100644 --- a/demo/ui-tests/demo.test.ts +++ b/demo/ui-tests/demo.test.ts @@ -19,7 +19,7 @@ test('visual test', async ({ page }) => { await page.keyboard.press('Enter'); await page.waitForTimeout(wait); - await page.keyboard.type('coc'); + await page.keyboard.type('una'); await page.keyboard.press('Tab'); // tab complete command name await page.keyboard.press('Enter'); await page.waitForTimeout(wait);