diff --git a/test/storybook.test.js b/test/storybook.test.js index b6994da2..4f192f41 100644 --- a/test/storybook.test.js +++ b/test/storybook.test.js @@ -572,12 +572,12 @@ describe('percy storybook', () => { ])); }); - it('takes multiple snapshots with defer-uploads and multiple widths', async () => { + fit('takes multiple snapshots with defer-uploads and multiple widths', async () => { fs.writeFileSync('.percy.yml', [ 'version: 2', 'percy:', ' defer-uploads: true', - 'snapshots:', + 'snapshot:', ' widths:', ' - 1000', ' - 500',