Skip to content

Commit

Permalink
Added data-test-subj.
Browse files Browse the repository at this point in the history
  • Loading branch information
AWSHurneyt authored Feb 5, 2024
1 parent 19c1463 commit bda7e3e
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -349,6 +349,7 @@ export class CrossClusterConfiguration extends Component {
renderOption: this.renderClusterOption,
onChange: this.onClustersChange,
selectedOptions: selectedClusters,
'data-test-subj': 'clustersComboBox',
}}
/>

Expand Down Expand Up @@ -382,6 +383,7 @@ export class CrossClusterConfiguration extends Component {
onChange: this.onIndexesChange,
onCreateOption: this.onCreateOption,
selectedOptions: selectedIndexes,
'data-test-subj': 'indicesComboBox',
}}
/>
)}
Expand Down

0 comments on commit bda7e3e

Please sign in to comment.