From 8b08b4e10c0d580271494fbd000acdde9e35f78d Mon Sep 17 00:00:00 2001 From: Gert Hengeveld Date: Fri, 25 Oct 2024 21:20:03 +0200 Subject: [PATCH] Update story status label for consistency --- code/addons/test/src/manager.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/addons/test/src/manager.tsx b/code/addons/test/src/manager.tsx index 50c2180fa18d..aeb71ab4aaa0 100644 --- a/code/addons/test/src/manager.tsx +++ b/code/addons/test/src/manager.tsx @@ -152,7 +152,7 @@ addons.register(ADDON_ID, (api) => { .map(({ storyId, status, testRunId, ...rest }) => { if (storyId) { const statusObject: API_StatusObject = { - title: 'Vitest', + title: 'Component tests', status: statusMap[status], description: 'failureMessages' in rest && rest.failureMessages?.length