Skip to content

Commit

Permalink
grid cell text
Browse files Browse the repository at this point in the history
  • Loading branch information
thompsongl committed Sep 7, 2021
1 parent e11c1c4 commit 130ab40
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion x-pack/test/functional/services/transform/wizard.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 130ab40

Please sign in to comment.