mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 09:19:04 -04:00
grid cell text
This commit is contained in:
parent
8578cd0e2c
commit
1721e83939
1 changed files with 1 additions and 1 deletions
|
@ -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();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue