Skip to content

Commit

Permalink
Update visual test
Browse files Browse the repository at this point in the history
  • Loading branch information
ianthomas23 committed Oct 31, 2024
1 parent 84497d1 commit c92dd40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion demo/ui-tests/demo.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit c92dd40

Please sign in to comment.