Skip to content

Commit

Permalink
fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
mistercrunch committed Oct 26, 2020
1 parent d4abb90 commit e4eb611
Show file tree
Hide file tree
Showing 3 changed files with 61 additions and 60 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ describe('Annotations', () => {
.within(() => {
cy.get('input').type('y=1400000');
});
cy.get('button').contains('OK').click();
cy.get('button').contains('OK').click({ force: true });
});

cy.get('button[data-test="run-query-button"]').click();
Expand Down
Loading

0 comments on commit e4eb611

Please sign in to comment.