From 22d253f8467f73121b78c61f50e75df4db1f2690 Mon Sep 17 00:00:00 2001 From: Maja Grubic Date: Mon, 13 Sep 2021 16:44:03 +0200 Subject: [PATCH] [Discover] Fix a functional test 'index pattern with unmapped fields' (#111323) * [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> --- .../apps/discover/_indexpattern_with_unmapped_fields.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/test/functional/apps/discover/_indexpattern_with_unmapped_fields.ts b/test/functional/apps/discover/_indexpattern_with_unmapped_fields.ts index 264885490cdfc..2a1e60db541e8 100644 --- a/test/functional/apps/discover/_indexpattern_with_unmapped_fields.ts +++ b/test/functional/apps/discover/_indexpattern_with_unmapped_fields.ts @@ -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 () => {