Skip to content

Commit

Permalink
Add type delay to see if it fixes flaky test
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud committed Jan 25, 2021
1 parent 4762a94 commit 06895a4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ describe('Dashboard tabs', () => {
cy.get('.Select__control input[type=text]')
.first()
.focus()
.type('South Asia{enter}');
.type('South Asia{enter}', { delay: 200 });
cy.get('.filter_box button:not(:disabled)').contains('Apply').click();

// send new query from same tab
Expand Down

0 comments on commit 06895a4

Please sign in to comment.