From 38ca70addc4da8547da66ee1233a9226a050dcc3 Mon Sep 17 00:00:00 2001 From: itwillwork Date: Fri, 27 Dec 2024 14:56:12 +0300 Subject: [PATCH] test(Toaster): update snapshots --- ...smoke-with-custom-icon-light-chromium-linux.png} | Bin .../Toaster/__tests__/Toast.visual.test.tsx | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) rename src/components/Toaster/__snapshots__/Toast.visual.test.tsx-snapshots/{Toast-smoke-with-icons-light-chromium-linux.png => Toast-smoke-with-custom-icon-light-chromium-linux.png} (100%) diff --git a/src/components/Toaster/__snapshots__/Toast.visual.test.tsx-snapshots/Toast-smoke-with-icons-light-chromium-linux.png b/src/components/Toaster/__snapshots__/Toast.visual.test.tsx-snapshots/Toast-smoke-with-custom-icon-light-chromium-linux.png similarity index 100% rename from src/components/Toaster/__snapshots__/Toast.visual.test.tsx-snapshots/Toast-smoke-with-icons-light-chromium-linux.png rename to src/components/Toaster/__snapshots__/Toast.visual.test.tsx-snapshots/Toast-smoke-with-custom-icon-light-chromium-linux.png diff --git a/src/components/Toaster/__tests__/Toast.visual.test.tsx b/src/components/Toaster/__tests__/Toast.visual.test.tsx index 6e509f78f1..b94c0b205c 100644 --- a/src/components/Toaster/__tests__/Toast.visual.test.tsx +++ b/src/components/Toaster/__tests__/Toast.visual.test.tsx @@ -121,7 +121,7 @@ test.describe('Toast', {tag: '@Toaster'}, () => { }); }); - smokeTest('with icons', async ({mount, expectScreenshot}) => { + smokeTest('with custom icon', async ({mount, expectScreenshot}) => { const smokeScenarios = createSmokeScenarios( { name: 'toast',