Skip to content

Commit

Permalink
Add wait before select layer (#1487) (#1489)
Browse files Browse the repository at this point in the history
Signed-off-by: Junqiu Lei <[email protected]>
(cherry picked from commit f81e888)

Co-authored-by: Junqiu Lei <[email protected]>
  • Loading branch information
opensearch-trigger-bot[bot] and junqiu-lei authored Aug 2, 2024
1 parent bb261ca commit 2e3cc2a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ describe('Documents layer', () => {
cy.get("button[data-test-subj='addLayerButton']", {
timeout: 120000,
}).click();
cy.contains('Documents', { timeout: 120000 }).click();
cy.wait(10000).contains('Documents', { timeout: 120000 }).click();
cy.contains('Select index pattern', { timeout: 120000 }).wait(3000).click({
force: true,
});
Expand Down

0 comments on commit 2e3cc2a

Please sign in to comment.