diff --git a/test/functional/apps/discover/_data_grid_doc_table.ts b/test/functional/apps/discover/_data_grid_doc_table.ts index 18729a7b153e20..56561fe2f054b2 100644 --- a/test/functional/apps/discover/_data_grid_doc_table.ts +++ b/test/functional/apps/discover/_data_grid_doc_table.ts @@ -63,7 +63,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { log.debug('open popover with expanded cell content to get json from the editor'); await PageObjects.timePicker.setDefaultAbsoluteRange(); await PageObjects.discover.waitUntilSearchingHasFinished(); - const documentCell = await dataGrid.getCellElement(1, 3); + const documentCell = await dataGrid.getCellElement(1, 4); await documentCell.click(); const expandCellContentButton = await documentCell.findByClassName( 'euiDataGridRowCell__expandButtonIcon'