File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
plugins/file_data_visualizer/public/application/components/examples_list
test/functional/services/ml Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ export const ExamplesList: FC<Props> = ({ examples }) => {
4141 }
4242
4343 return (
44- < div data-test-subj = "fieldDataExamplesList " >
44+ < div data-test-subj = "mlFieldDataExamplesList " >
4545 < ExpandedRowFieldHeader >
4646 < FormattedMessage
4747 id = "xpack.fileDataVisualizer.fieldDataCard.examplesList.title"
Original file line number Diff line number Diff line change @@ -309,7 +309,7 @@ export function MachineLearningDataVisualizerTableProvider(
309309
310310 public async assertExamplesList ( fieldName : string , expectedExamplesCount : number ) {
311311 const examplesList = await testSubjects . find (
312- this . detailsSelector ( fieldName , 'fieldDataExamplesList ' )
312+ this . detailsSelector ( fieldName , 'mlFieldDataExamplesList ' )
313313 ) ;
314314 const examplesListItems = await examplesList . findAllByTagName ( 'li' ) ;
315315 expect ( examplesListItems ) . to . have . length (
You can’t perform that action at this time.
0 commit comments