Skip to content

Commit c6ee1d0

Browse files
Tune testids (#580) (#581)
(cherry picked from commit 3d6284f) Signed-off-by: Tyler Ohlsen <ohltyler@amazon.com> Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
1 parent bf7e89e commit c6ee1d0

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed
 

‎public/pages/workflow_detail/tools/query/query.tsx

+1
Original file line numberDiff line numberDiff line change
@@ -191,6 +191,7 @@ export function Query(props: QueryProps) {
191191
</EuiFlexItem>
192192
<EuiFlexItem grow={false}>
193193
<EuiSmallButton
194+
data-test-subj="searchButton"
194195
fill={true}
195196
isLoading={loading}
196197
disabled={

‎public/pages/workflow_detail/workflow_inputs/workflow_inputs.tsx

+2
Original file line numberDiff line numberDiff line change
@@ -802,6 +802,7 @@ export function WorkflowInputs(props: WorkflowInputsProps) {
802802
)}
803803
<EuiFlexItem grow={false}>
804804
<EuiSmallButton
805+
data-test-subj="updateAndRunIngestButton"
805806
fill={true}
806807
iconType="check"
807808
iconSide="left"
@@ -848,6 +849,7 @@ export function WorkflowInputs(props: WorkflowInputsProps) {
848849
{!searchUpdateDisabled && (
849850
<EuiFlexItem grow={false}>
850851
<EuiSmallButton
852+
data-test-subj="updateSearchButton"
851853
fill={true}
852854
iconType="check"
853855
iconSide="left"

0 commit comments

Comments
 (0)