File tree 2 files changed +3
-0
lines changed
public/pages/workflow_detail
2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -191,6 +191,7 @@ export function Query(props: QueryProps) {
191
191
</ EuiFlexItem >
192
192
< EuiFlexItem grow = { false } >
193
193
< EuiSmallButton
194
+ data-test-subj = "searchButton"
194
195
fill = { true }
195
196
isLoading = { loading }
196
197
disabled = {
Original file line number Diff line number Diff line change @@ -802,6 +802,7 @@ export function WorkflowInputs(props: WorkflowInputsProps) {
802
802
) }
803
803
< EuiFlexItem grow = { false } >
804
804
< EuiSmallButton
805
+ data-test-subj = "updateAndRunIngestButton"
805
806
fill = { true }
806
807
iconType = "check"
807
808
iconSide = "left"
@@ -848,6 +849,7 @@ export function WorkflowInputs(props: WorkflowInputsProps) {
848
849
{ ! searchUpdateDisabled && (
849
850
< EuiFlexItem grow = { false } >
850
851
< EuiSmallButton
852
+ data-test-subj = "updateSearchButton"
851
853
fill = { true }
852
854
iconType = "check"
853
855
iconSide = "left"
You can’t perform that action at this time.
0 commit comments