Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
kgabryje committed Oct 19, 2020
1 parent 60ebf2e commit 4b1dfb7
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ describe('AdhocFilters', () => {
cy.get('[data-test=adhoc_filters] input[type=text]')
.focus()
.type('name{enter}');
cy.get('.adhoc-filter-option').click();

cy.wait('@filterValues');

Expand Down

0 comments on commit 4b1dfb7

Please sign in to comment.