Browse Source

test: skip adjustPosIfNeed test

linyan 3 years ago
parent
commit
845e59b741
1 changed files with 1 additions and 1 deletions
  1. 1 1
      cypress/integration/tooltip.spec.js

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