Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
flacoman91 committed Jan 13, 2025
1 parent 0077835 commit 1bcbcd6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/common/filters.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ describe('Filter Panel', () => {

cy.get('.state .typeahead-selector').should('exist');

cy.get('.state .typeahead-selector li').contains('texas').click();
cy.get('.state .typeahead-selector li').contains('Texas').click();

cy.get('.pill-panel .pill').contains('TX').should('exist');
});
Expand Down

0 comments on commit 1bcbcd6

Please sign in to comment.