Skip to content

Commit

Permalink
chore: add timer in hotKeys cypress test
Browse files Browse the repository at this point in the history
  • Loading branch information
yanzhuoran committed Aug 26, 2024
1 parent b047e8f commit 025e50b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions cypress/e2e/hotKeys.spec.js
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
describe('hotKeys', () => {
it('Clickable', () => {
cy.visit('http://127.0.0.1:6006/iframe.html?path=/story/hotkeys--clickable')
cy.wait(1000)

cy.get('body').click().type('{alt}{k}')
cy.get('div.semi-hotKeys').click()
Expand Down

0 comments on commit 025e50b

Please sign in to comment.