diff --git a/x-pack/test/functional/services/transform/wizard.ts b/x-pack/test/functional/services/transform/wizard.ts index 607f2ee120ed1..5685cad8fe238 100644 --- a/x-pack/test/functional/services/transform/wizard.ts +++ b/x-pack/test/functional/services/transform/wizard.ts @@ -106,7 +106,6 @@ export function TransformWizardProvider({ getService, getPageObjects }: FtrProvi // To determine row and column of a cell, we're utilizing the screen reader // help text, which enumerates the rows and columns 1-based. const cells = $.findTestSubjects('dataGridRowCell') - .find('.euiDataGridRowCell__truncate') .toArray() .map((cell) => { const cellText = $(cell).text();