Skip to content

Commit ada4148

Browse files
committed
add monitor confirm
Signed-off-by: yubonluo <[email protected]>
1 parent 6f0c862 commit ada4148

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

cypress/integration/plugins/dashboards-assistant/mds_query_enhancements_alert_summary_spec.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,11 @@ function alertSummaryTestCases(url) {
6464
cy.createMonitor(sampleQueryLevelMonitorForAlertSummary, dataSourceUrl);
6565
// Waiting for alert to be triggered
6666
cy.wait(80000);
67+
68+
cy.visit(`${url}/w/${workspaceId}/app/monitors#`);
69+
cy.contains(sampleQueryLevelMonitorForAlertSummary.name, {
70+
timeout: 60000,
71+
});
6772
});
6873
});
6974

0 commit comments

Comments
 (0)