Skip to content

Commit

Permalink
[Discover] Fix a functional test 'index pattern with unmapped fields' (
Browse files Browse the repository at this point in the history
…#111323)

* [Discover] Fix a functional test

* Fix failing type

* Select index pattern first

* Select index pattern first

Co-authored-by: Kibana Machine <[email protected]>
  • Loading branch information
Maja Grubic and kibanamachine authored Sep 13, 2021
1 parent f3dc980 commit 22d253f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
});

await PageObjects.common.navigateToApp('discover');
await PageObjects.discover.selectIndexPattern('test-index-unmapped-fields');
});

after(async () => {
Expand Down

0 comments on commit 22d253f

Please sign in to comment.