Skip to content

Commit

Permalink
Update _data_grid_doc_table.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
kertal committed Aug 16, 2021
1 parent 9223828 commit 7f7545f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/functional/apps/discover/_data_grid_doc_table.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7f7545f

Please sign in to comment.