Skip to content

Commit

Permalink
add a dismiss to the uptime tour popup (elastic#142879)
Browse files Browse the repository at this point in the history
(cherry picked from commit a873c3f)
  • Loading branch information
marius-dr committed Oct 6, 2022
1 parent ae2459a commit 197de4a
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 197de4a

Please sign in to comment.