Skip to content

Commit

Permalink
add a dismiss to the uptime tour popup (#142879) (#142887)
Browse files Browse the repository at this point in the history
(cherry picked from commit a873c3f)

Co-authored-by: Marius Dragomir <[email protected]>
  • Loading branch information
kibanamachine and marius-dr authored Oct 6, 2022
1 parent a01cdf7 commit 4476ccd
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 () {
Expand Down

0 comments on commit 4476ccd

Please sign in to comment.