Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
calebporzio committed Nov 1, 2023
1 parent 9e1ec53 commit 4f2c5b9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion tests/cypress/integration/plugins/anchor.spec.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,5 @@ test('can anchor an element',
`],
({ get }, reload) => {
get('h1').should(haveComputedStyle('position', 'absolute'))
get('h1').should(haveAttribute('style', 'left: 17.2772px; top: 29.5px; position: absolute;'))
},
)

0 comments on commit 4f2c5b9

Please sign in to comment.