Skip to content

Commit 0a9f526

Browse files
authored
added wait before selecting Cluster Health API (#977)
Signed-off-by: Amardeepsingh Siglani <[email protected]>
1 parent 76270ea commit 0a9f526

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cypress/integration/plugins/alerting-dashboards-plugin/cluster_metrics_monitor_spec.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -116,6 +116,7 @@ describe('ClusterMetricsMonitor', () => {
116116
cy.get('input[name="name"]').type(SAMPLE_CLUSTER_METRICS_HEALTH_MONITOR);
117117

118118
// Wait for the API types to load and then type in the Cluster Health API
119+
cy.wait(5000);
119120
cy.get('[data-test-subj="clusterMetricsApiTypeComboBox"]').type(
120121
'cluster health{enter}'
121122
);

0 commit comments

Comments
 (0)