Skip to content

Commit 4a4f091

Browse files
committed
update test
1 parent 9ff1b9e commit 4a4f091

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/insomnia-smoke-test/tests/smoke/command-palette.test.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ test('Command palette - can switch between requests and workspaces', async ({ ap
4141
await page.locator('body').press(requestSwitchKeyboardShortcut);
4242
await page.getByPlaceholder('Search and switch between').press('ArrowUp');
4343
await page.getByPlaceholder('Search and switch between').press('ArrowUp');
44+
await page.getByPlaceholder('Search and switch between').press('ArrowUp');
4445
await page.getByPlaceholder('Search and switch between').press('Enter');
4546
await expect(page.getByTestId('workspace-context-dropdown').locator('span')).toContainText('E2E testing specification - swagger 2 1.0.0');
4647
});

0 commit comments

Comments
 (0)