From d0f82b00d80396a8da6e1c0fb3a88b7f483cb03e Mon Sep 17 00:00:00 2001 From: Marius Dragomir Date: Thu, 6 Oct 2022 11:26:56 -0400 Subject: [PATCH] add a dismiss to the uptime tour popup --- .../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 () {