From a873c3f974077a82cb0fb305f759667782cf74c5 Mon Sep 17 00:00:00 2001 From: Marius Dragomir Date: Thu, 6 Oct 2022 12:33:57 -0400 Subject: [PATCH] add a dismiss to the uptime tour popup (#142879) --- .../stack_functional_integration/apps/heartbeat/_heartbeat.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/x-pack/test/stack_functional_integration/apps/heartbeat/_heartbeat.ts b/x-pack/test/stack_functional_integration/apps/heartbeat/_heartbeat.ts index 9f402c019d0a7..e1122125c8665 100644 --- a/x-pack/test/stack_functional_integration/apps/heartbeat/_heartbeat.ts +++ b/x-pack/test/stack_functional_integration/apps/heartbeat/_heartbeat.ts @@ -15,6 +15,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) { describe('check heartbeat overview page', function () { it('Uptime app should show 1 UP monitor', async function () { await PageObjects.common.navigateToApp('uptime', { insertTimestamp: false }); + await PageObjects.uptime.dismissTour(); await PageObjects.timePicker.setCommonlyUsedTime('Last_1 year'); await retry.try(async function () {