Skip to content

Commit 0f4cc6e

Browse files
committed
adjust test
1 parent e5a4289 commit 0f4cc6e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/integration/tests/cluster/test-command-palette.spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
/// <reference types="cypress" />
22

33
function openCommandPalette() {
4+
cy.wait(1000);
45
cy.get('body').type(
56
`${Cypress.platform === 'darwin' ? '{cmd}k' : '{ctrl}k'}`,
67
{ force: true },

0 commit comments

Comments
 (0)