فهرست منبع

chore: remove it.only in e2e test

zhangyumei.0319 11 ماه پیش
والد
کامیت
ff9d129132
1فایلهای تغییر یافته به همراه1 افزوده شده و 1 حذف شده
  1. 1 1
      cypress/e2e/tabs.spec.js

+ 1 - 1
cypress/e2e/tabs.spec.js

@@ -74,7 +74,7 @@ describe('tabs', () => {
         cy.get('[id=semiTab1]').should('be.focused');
     });
 
-    it.only('keyboard test when the tabs is closable', () => {
+    it('keyboard test when the tabs is closable', () => {
         cy.visit('http://127.0.0.1:6006/iframe.html?id=tabs--tab-closable&args=&viewMode=story');
         cy.get('[data-tabkey=semiTab1]').eq(0).click();
         cy.get('[data-tabkey=semiTab1]').eq(0).should('be.focused');