From 1721e8393959524abaaba85e9cf4ca7862d14a4a Mon Sep 17 00:00:00 2001 From: Greg Thompson Date: Thu, 2 Sep 2021 14:22:35 -0500 Subject: [PATCH] grid cell text --- x-pack/test/functional/services/transform/wizard.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x-pack/test/functional/services/transform/wizard.ts b/x-pack/test/functional/services/transform/wizard.ts index 607f2ee120ed1..8ecc8280ded47 100644 --- a/x-pack/test/functional/services/transform/wizard.ts +++ b/x-pack/test/functional/services/transform/wizard.ts @@ -106,7 +106,7 @@ 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') + .find('.euiDataGridRowCell') .toArray() .map((cell) => { const cellText = $(cell).text();