grid cell text

This commit is contained in:
Greg Thompson 2021-09-02 14:22:35 -05:00
parent 8578cd0e2c
commit 1721e83939
No known key found for this signature in database
GPG key ID: ED1F695C1077B958

View file

@ -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();