mirror of
https://github.com/elastic/kibana.git
synced 2025-04-23 17:28:26 -04:00
## Summary Fixes the context in the check added by #154115
This commit is contained in:
parent
1df6fc7b8d
commit
b41e6cf4f6
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ export default function ({ getService, getPageObjects }: FtrProviderContext) {
|
|||
it('Uptime app should show 1 UP monitor', async function () {
|
||||
await PageObjects.common.navigateToApp('uptime', { insertTimestamp: false });
|
||||
// dismiss the Management tour if it's present
|
||||
if (await this.testSubjects.exists('syntheticsManagementTourDismiss')) {
|
||||
if (await testSubjects.exists('syntheticsManagementTourDismiss')) {
|
||||
await testSubjects.click('syntheticsManagementTourDismiss');
|
||||
}
|
||||
await PageObjects.timePicker.setCommonlyUsedTime('Last_1 year');
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue