From 81ce26e28dc57b5a9b51decbaf3c3cd0575a4ea2 Mon Sep 17 00:00:00 2001 From: rishigupta1599 Date: Sun, 5 May 2024 17:38:58 +0530 Subject: [PATCH] Running all tests --- test/storybook.test.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/storybook.test.js b/test/storybook.test.js index 79467b50..7530a97f 100644 --- a/test/storybook.test.js +++ b/test/storybook.test.js @@ -54,7 +54,7 @@ describe('percy storybook', () => { delete process.env.PERCY_CLIENT_ERROR_LOGS; }); - fit('snapshots live urls', async () => { + it('snapshots live urls', async () => { await storybook(['http://localhost:9000']); // if there are stderr logs ensure it is only an acceptable warning