Skip to content

Commit

Permalink
chore: Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
dmtrKovalenko committed Nov 2, 2023
1 parent 4b898de commit 43a64d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions cypress/e2e/modifiers.cy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ describe("Events behavior with single modifier applied", () => {
);
cy.contains(`${modifierKey} was pressed`);
});
it(`detects ${modifierKey} modifier on mpuseup`, () => {
cy.get("#mouse-up-div").realMouseUp(createModifierObject(modifierKey));
cy.contains(`${modifierKey} was pressed`);
});
it(`detects ${modifierKey} modifier on mpuseup`, () => {
cy.get("#mouse-up-div").realMouseUp(createModifierObject(modifierKey));
cy.contains(`${modifierKey} was pressed`);
});
it(`detects ${modifierKey} modifier on mousemove`, () => {
cy.get("#mouse-move-div").realMouseMove(
100,
Expand Down

0 comments on commit 43a64d0

Please sign in to comment.