Skip to content

Commit

Permalink
chore(deps): update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mkosir committed Jan 31, 2024
1 parent 3bb4aee commit 5af85f6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/tilt.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ test('should get max values of move params when mouse is positioned at corners o
expect(bottomRightParams.glareAngle).toBeGreaterThanOrEqual(44);
expect(bottomRightParams.glareOpacity).toBeGreaterThanOrEqual(0.95);

await content.getByTestId('bottomLeft').hover({ position: { x: 1, y: 19 } });
await content.getByTestId('bottomLeft').hover({ position: { x: 5, y: 20 } });

const bottomLeftParamsString = await content.getByTestId('params').innerText();
const bottomLeftParams = JSON.parse(bottomLeftParamsString) as OnMoveParams;
Expand Down

0 comments on commit 5af85f6

Please sign in to comment.