We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19832ee commit b8e80d0Copy full SHA for b8e80d0
site/src/components/WorkspaceStatusBadge/WorkspaceStatusBadge.tsx
@@ -47,13 +47,25 @@ export const WorkspaceStatusBadge: FC<WorkspaceStatusBadgeProps> = ({
47
}
48
placement="top"
49
>
50
- <Pill role="status" className={className} icon={icon} type={type}>
+ <Pill
51
+ role="status"
52
+ data-testid="build-status"
53
+ className={className}
54
+ icon={icon}
55
+ type={type}
56
+ >
57
{text}
58
</Pill>
59
</FailureTooltip>
60
</Cond>
61
<Cond>
62
63
64
65
66
67
68
69
70
71
0 commit comments