1
0
Эх сурвалжийг харах

chore: remove basic demo of hotKeys cy test

yanzhuoran 1 жил өмнө
parent
commit
b047e8f1b3

+ 0 - 7
cypress/e2e/hotKeys.spec.js

@@ -1,11 +1,4 @@
 describe('hotKeys', () => {
-    it('Basic Demo', () => {
-        cy.visit('http://127.0.0.1:6006/iframe.html?path=/story/hotkeys--demo')
-
-        cy.get('body').click().type('{alt}{k}')
-        cy.get('pre#pre').should('have.text', '1')
-    });
-
     it('Clickable', () => {
         cy.visit('http://127.0.0.1:6006/iframe.html?path=/story/hotkeys--clickable')