mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 09:48:58 -04:00
add a dismiss to the uptime tour popup (#142879)
This commit is contained in:
parent
8ce91ac4d6
commit
a873c3f974
1 changed files with 1 additions and 0 deletions
|
@ -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 () {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue