Skip to content

Commit

Permalink
Improving and expanding functionality checks for the workflow_detail …
Browse files Browse the repository at this point in the history
…page

Signed-off-by: saimedhi <[email protected]>
  • Loading branch information
saimedhi committed Sep 11, 2024
1 parent 6d4ad32 commit 9a770a8
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions public/pages/workflow_detail/workflow_inputs/workflow_inputs.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -686,10 +686,7 @@ export function WorkflowInputs(props: WorkflowInputsProps) {
id: INGEST_OPTION.CREATE,
label: (
<EuiFlexGroup direction="column" gutterSize="none">
<EuiText
color="default"
data-testid="createIngestPipelineOption"
>
<EuiText color="default">
Create an ingest pipeline
</EuiText>
<EuiText size="xs" color="subdued">
Expand All @@ -702,10 +699,7 @@ export function WorkflowInputs(props: WorkflowInputsProps) {
id: INGEST_OPTION.SKIP,
label: (
<EuiFlexGroup direction="column" gutterSize="none">
<EuiText
color="default"
data-testid="skipIngestPipelineOption"
>
<EuiText color="default">
Skip ingestion pipeline
</EuiText>
<EuiText size="xs" color="subdued">
Expand Down

0 comments on commit 9a770a8

Please sign in to comment.