Skip to content

Commit

Permalink
added wait before selecting Cluster Health API (#977)
Browse files Browse the repository at this point in the history
Signed-off-by: Amardeepsingh Siglani <[email protected]>
  • Loading branch information
amsiglan authored Dec 21, 2023
1 parent 76270ea commit 0a9f526
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,7 @@ describe('ClusterMetricsMonitor', () => {
cy.get('input[name="name"]').type(SAMPLE_CLUSTER_METRICS_HEALTH_MONITOR);

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

0 comments on commit 0a9f526

Please sign in to comment.