浏览代码

chore: remove basic demo of hotKeys cy test

yanzhuoran 1 年之前
父节点
当前提交
b047e8f1b3
共有 1 个文件被更改,包括 0 次插入7 次删除
  1. 0 7
      cypress/e2e/hotKeys.spec.js

+ 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')