Skip to content

Commit

Permalink
Update financial-path.cy.js
Browse files Browse the repository at this point in the history
  • Loading branch information
anselmbradford committed Jan 28, 2025
1 parent ea06c6e commit aef5c4a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ describe('Paying For College', () => {

cy.get('[data-financial-item="debt_tenYearMonthly"]').should(
'contain',
'$138',
'$28',
);
});

Expand All @@ -108,7 +108,7 @@ describe('Paying For College', () => {

cy.get('[data-financial-item="debt_tenYearMonthly"]').should(
'contain',
'$2,998',
'$3,902',
);
});
});
Expand Down

0 comments on commit aef5c4a

Please sign in to comment.