From 7f7545ff30155a1dca6ea158333d8791e4534b2b Mon Sep 17 00:00:00 2001 From: Matthias Wilhelm Date: Mon, 16 Aug 2021 10:55:54 +0200 Subject: [PATCH] Update _data_grid_doc_table.ts --- test/functional/apps/discover/_data_grid_doc_table.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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'