Skip to content

Commit

Permalink
test different cypress selector
Browse files Browse the repository at this point in the history
  • Loading branch information
wpears committed Jan 8, 2025
1 parent 5d075ed commit 397bc0c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ describe('Explore credit cards results page', () => {
cy.get('.m-card--tabular [data-tooltip]').first().type('{esc}');
// eslint-disable-next-line cypress/no-unnecessary-waiting
cy.wait(1000);
cy.get('div.tippy-heading').should('not.be.visible');
cy.get('div.tippy-heading').should('not.exist');
});
it('should not follow card links when tooltips are open', () => {
exploreCards.openResultsPage();
Expand Down

0 comments on commit 397bc0c

Please sign in to comment.