Skip to content

Commit

Permalink
Update story status label for consistency
Browse files Browse the repository at this point in the history
  • Loading branch information
ghengeveld committed Oct 25, 2024
1 parent 4eba200 commit 8b08b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/addons/test/src/manager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8b08b4e

Please sign in to comment.