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 ea61713 commit b604b1d
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 @@ -11,7 +11,7 @@ test('should get max values of move params when mouse is positioned at border/co
const content = page.frameLocator('iframe[title="storybook-preview-iframe"]');

await content.getByTestId('topLeft').hover({ position: { x: 10, y: 10 } });
await expect(content.getByTestId('tiltAngleX')).toHaveText('-20.00° / -100.00%');
await expect(content.getByTestId('tiltAngleX')).toHaveText('-201.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('glareOpacity')).toHaveText('0.00');
Expand Down

0 comments on commit b604b1d

Please sign in to comment.