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 2, 2021
1 parent 8578cd0 commit 1721e83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 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,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();
Expand Down

0 comments on commit 1721e83

Please sign in to comment.