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 28, 2024
1 parent 512d064 commit e90f2a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e2e/example.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ test('should get max values of move params when mouse is positioned at border/co
await content.getByTestId('topLeft').hover({ position: { x: 10, y: 10 } });
await expect(content.getByTestId('tiltAngleX')).toHaveText('-20.00° / -100.00%');
await expect(content.getByTestId('tiltAngleY')).toHaveText('20.00° / 100.00%');
await expect(content.getByTestId('glareAngle')).toHaveText('-45.00°');
await expect(content.getByTestId('glareAngle')).toHaveText('-415.00°');
await expect(content.getByTestId('glareOpacity')).toHaveText('0.00');

// const paramsString = await content.getByTestId('params').innerText();
Expand Down

0 comments on commit e90f2a9

Please sign in to comment.