Skip to content

Commit

Permalink
Try to fix typing
Browse files Browse the repository at this point in the history
  • Loading branch information
ktmud committed Jan 25, 2021
1 parent be3f47e commit 41bd821
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -132,11 +132,10 @@ describe('Dashboard tabs', () => {
cy.wait('@treemapRequest');

// apply filter
cy.get('.Select__control').first().should('be.visible');
cy.get('.Select__control').first().click({ force: true });
cy.get('.Select__control').first().should('be.visible').click();
cy.get('.Select__control input[type=text]')
.first()
.should('be.visible')
.focus()
.type('South Asia{enter}');
cy.get('.filter_box button:not(:disabled)').contains('Apply').click();

Expand Down

0 comments on commit 41bd821

Please sign in to comment.