Skip to content

Commit

Permalink
Add timeout as well
Browse files Browse the repository at this point in the history
Signed-off-by: Derek Ho <[email protected]>
  • Loading branch information
derek-ho committed Mar 26, 2024
1 parent 9958d30 commit b054f63
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ describe('Multi-datasources enabled', () => {
// Create an internal user in the remote cluster
cy.contains('h3', 'Internal users');
cy.get('[data-test-subj="dataSourceSelectableContextMenuHeaderLink"]').click();
cy.contains('li.euiSelectableListItem', '9202').click();
cy.contains('li.euiSelectableListItem', '9202', { timeout: 5000 }).click();
cy.get('[data-test-subj="create-user"]').click();
cy.get('[data-test-subj="name-text"]').focus().type('9202-user');
cy.get('[data-test-subj="password"]').focus().type('myStrongPassword123!');
Expand Down

0 comments on commit b054f63

Please sign in to comment.