Skip to content

Commit

Permalink
test: skip scrubber for now
Browse files Browse the repository at this point in the history
  • Loading branch information
segunadebayo committed Apr 13, 2022
1 parent fd4fbbc commit 4fdde27
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions cypress/integration/number-input.test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -97,11 +97,9 @@ describe("number input", () => {
})
})

describe("when using scrubber", () => {
beforeEach(() => {
cy.get("@scrubber").realMouseDown({ pointer: "mouse", position: "center" })
})
describe.skip("when using scrubber", () => {
it("should increment on left mouse movement", () => {
cy.get("@scrubber").realMouseDown({ pointer: "mouse", position: "center" })
for (let i = 0; i <= 10; i++) {
cy.document().trigger("mousemove", { movementX: i * 2, movementY: 0 })
}
Expand Down

0 comments on commit 4fdde27

Please sign in to comment.