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

chore: remove it.only in e2e test

zhangyumei.0319 11 сар өмнө
parent
commit
ff9d129132

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