Skip to content

Commit

Permalink
Disable card detail test until add we add dummy data
Browse files Browse the repository at this point in the history
  • Loading branch information
contolini committed Mar 22, 2024
1 parent ebc62fa commit 24cd9be
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ describe('Explore credit cards results page', () => {
});
});
});
it('should link to card detail pages', () => {
// Disabling this test until we add card test data
xit('should link to card detail pages', () => {
exploreCards.openResultsPage();

cy.get('td[data-label="Credit card"] a').first().click();
Expand Down

0 comments on commit 24cd9be

Please sign in to comment.