We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d197e27 commit 667a330Copy full SHA for 667a330
x-pack/plugins/uptime/e2e/page_objects/monitor_management.tsx
@@ -58,6 +58,7 @@ export function monitorManagementPageProvider({
58
59
async deleteMonitor() {
60
await this.clickByTestSubj('monitorManagementDeleteMonitor');
61
+ await this.clickByTestSubj('confirmModalConfirmButton');
62
return await this.findByTestSubj('uptimeDeleteMonitorSuccess');
63
},
64
0 commit comments