Explorar o código

test: skip timePicker and tooltip 2 e2e cases

走鹃 %!s(int64=3) %!d(string=hai) anos
pai
achega
42af1dbc75

+ 1 - 1
cypress/integration/timePicker.spec.js

@@ -1,5 +1,5 @@
 describe('timePicker', () => {
-    it('select', () => {
+    it.skip('select', () => {
         cy.visit('http://127.0.0.1:6006/iframe.html?id=timepicker--range-picker&args=&viewMode=story');
         cy.get('.semi-input').eq(0).click();
         cy.wait(500);

+ 1 - 1
cypress/integration/tooltip.spec.js

@@ -100,7 +100,7 @@ describe('tooltip', () => {
         cy.get(input).should('be.focused');
     });
 
-    it('adjustPosIfNeed', () => {
+    it.skip('adjustPosIfNeed', () => {
         const viewportWidth = 400;
         const viewportHeight = 200;
         const topAndLeft = ['topLeft', 'top', 'topRight', 'leftTop', 'left', 'leftBottom'];