feat: add automated tests for pipeline setting (#29478)

Co-authored-by: CodingOnStar <hanxujiang@dify.ai>
This commit is contained in:
Coding On Star
2025-12-17 10:26:58 +08:00
committed by GitHub
parent 91714ee413
commit 581b62cf01
11 changed files with 3542 additions and 4 deletions

View File

@@ -47,6 +47,7 @@ export default function Indicator({
}: IndicatorProps) {
return (
<div
data-testid="status-indicator"
className={classNames(
'h-2 w-2 rounded-[3px] border border-solid',
BACKGROUND_MAP[color],