[Discover] Fix a functional test 'index pattern with unmapped fields' (#111323) (#111973)

* [Discover] Fix a functional test

* Fix failing type

* Select index pattern first

* Select index pattern first

Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>

Co-authored-by: Maja Grubic <maja.grubic@elastic.co>
Co-authored-by: Kibana Machine <42973632+kibanamachine@users.noreply.github.com>
This commit is contained in:
Matthias Wilhelm 2021-09-13 20:05:20 +02:00 committed by GitHub
parent e6341032db
commit e8f3136330
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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 () => {