Browse Source

Increase diffThreshold for test. Closes #2812

pull/2810/head
Gabe Kangas 2 years ago
parent
commit
2489a6520f
No known key found for this signature in database
GPG Key ID: 4345B2060657F330
  1. 2
      web/components/modals/BrowserNotifyModal/BrowserNotifyModal.stories.tsx

2
web/components/modals/BrowserNotifyModal/BrowserNotifyModal.stories.tsx

@ -14,7 +14,7 @@ export default { @@ -14,7 +14,7 @@ export default {
title: 'owncast/Modals/Browser Notifications',
component: BrowserNotifyModal,
parameters: {
chromatic: { diffThreshold: 0.7 },
chromatic: { diffThreshold: 0.9 },
design: {
type: 'image',
url: BrowserNotifyModalMock,

Loading…
Cancel
Save