Workflow E2E tests – batch 2 (#9747)

- Fix the e2e according to the last changes in the workflows
- Create a few more tests regarding the workflow visualizer
This commit is contained in:
Baptiste Devessier
2025-01-21 11:46:27 +01:00
committed by GitHub
parent e1731bb31e
commit 8e0467e2e4
4 changed files with 374 additions and 31 deletions

View File

@ -233,7 +233,7 @@ export const WorkflowDiagramCanvasBase = ({
{children}
</ReactFlow>
<StyledStatusTagContainer>
<StyledStatusTagContainer data-testid="workflow-visualizer-status">
<WorkflowVersionStatusTag versionStatus={status} />
</StyledStatusTagContainer>
</StyledResetReactflowStyles>