Skip to content

Commit

Permalink
Fix broken functional test.
Browse files Browse the repository at this point in the history
  • Loading branch information
justinkambic committed May 4, 2020
1 parent 2c07456 commit 6fb9d3b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions x-pack/test/functional/services/uptime/alerts.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ export function UptimeAlertsProvider({ getService }: FtrProviderContext) {
return {
async openFlyout() {
await testSubjects.click('xpack.uptime.alertsPopover.toggleButton', 5000);
await testSubjects.click('xpack.uptime.openAlertContextPanel', 5000);
await testSubjects.click('xpack.uptime.toggleAlertFlyout', 5000);
},
async openMonitorStatusAlertType(alertType: string) {
Expand Down

0 comments on commit 6fb9d3b

Please sign in to comment.