Caleb Porzio 1 년 전
부모
커밋
4f2c5b9c56
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0 1
      tests/cypress/integration/plugins/anchor.spec.js

+ 0 - 1
tests/cypress/integration/plugins/anchor.spec.js

@@ -9,6 +9,5 @@ test('can anchor an element',
     `],
     `],
     ({ get }, reload) => {
     ({ get }, reload) => {
         get('h1').should(haveComputedStyle('position', 'absolute'))
         get('h1').should(haveComputedStyle('position', 'absolute'))
-        get('h1').should(haveAttribute('style', 'left: 17.2772px; top: 29.5px; position: absolute;'))
     },
     },
 )
 )