Skip to content

Commit

Permalink
add a dismiss to the uptime tour popup
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-dr committed Oct 6, 2022
1 parent 4997fdf commit d0f82b0
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 d0f82b0

Please sign in to comment.