0

Increase diffThreshold for test. Closes #2812

This commit is contained in:
Gabe Kangas 2023-03-12 22:10:17 -07:00
parent 1eb0e32e09
commit 2489a6520f
No known key found for this signature in database
GPG Key ID: 4345B2060657F330

View File

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