Skip to content

Commit

Permalink
test: remove duplicate add function
Browse files Browse the repository at this point in the history
  • Loading branch information
mschile committed Dec 2, 2024
1 parent 8032398 commit 1445c5e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions packages/driver/cypress/e2e/dom/visibility.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -169,10 +169,6 @@ describe('src/cypress/dom/visibility', () => {
})
})

const add = (el) => {
return $(el).appendTo(cy.$$('body'))
}

context('hidden/visible overrides', () => {
beforeEach(function () {
// ensure all tests run against a scrollable window
Expand Down

0 comments on commit 1445c5e

Please sign in to comment.