Skip to content

Commit

Permalink
Add wait before select layer (#1487)
Browse files Browse the repository at this point in the history
Signed-off-by: Junqiu Lei <[email protected]>
  • Loading branch information
junqiu-lei authored Aug 2, 2024
1 parent 5cd8c83 commit f81e888
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 f81e888

Please sign in to comment.