Skip to content

Commit

Permalink
added wait before selecting Cluster Health API (opensearch-project#977)…
Browse files Browse the repository at this point in the history
… (opensearch-project#980)

Signed-off-by: Amardeepsingh Siglani <[email protected]>
(cherry picked from commit 0a9f526)

Co-authored-by: Amardeepsingh Siglani <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and amsiglan authored Dec 21, 2023
1 parent 227df04 commit dd0986a
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 dd0986a

Please sign in to comment.