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 c9b23c0 commit fbfa968
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

# Upload test report also in case of test failure.
continue-on-error: true
if: always()

steps:
- name: Checkout 🛎️
Expand Down
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('-2660.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 fbfa968

Please sign in to comment.