We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bac169c commit 34b62f7Copy full SHA for 34b62f7
packages/components/bolt-button/__tests__/button.js
@@ -139,7 +139,7 @@ describe('button', async () => {
139
140
const image = await page.screenshot();
141
expect(image).toMatchImageSnapshot({
142
- failureThreshold: '0',
+ failureThreshold: '0.5',
143
failureThresholdType: 'percent',
144
});
145
@@ -179,7 +179,7 @@ describe('button', async () => {
179
180
181
182
183
184
185
0 commit comments