Skip to content

Commit

Permalink
[Discover] remove redundant navigation to discover
Browse files Browse the repository at this point in the history
  • Loading branch information
dimaanj committed Jan 10, 2022
1 parent 7603163 commit 6e9d87c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/functional/apps/discover/_data_grid_doc_table.ts
Expand Up @@ -107,7 +107,6 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {

it('should show popover with expanded cell content by click on expand button on embeddable', async () => {
log.debug('open popover with expanded cell content to get json from the editor');
await PageObjects.common.navigateToApp('discover');
await PageObjects.timePicker.setDefaultAbsoluteRange();
await PageObjects.discover.waitUntilSearchingHasFinished();
await PageObjects.discover.saveSearch('expand-cell-search');
Expand Down

0 comments on commit 6e9d87c

Please sign in to comment.