فهرست منبع

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