From ea06c6ec4fb16764f6e5b08f9e45262f26cef722 Mon Sep 17 00:00:00 2001 From: Ans Date: Tue, 28 Jan 2025 14:16:58 -0500 Subject: [PATCH 1/2] Update gradpath dollar amount that is checked to match up with production --- .../your-financial-path-to-graduation/financial-path.cy.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/cypress/integration/paying-for-college/your-financial-path-to-graduation/financial-path.cy.js b/test/cypress/integration/paying-for-college/your-financial-path-to-graduation/financial-path.cy.js index 972ab64941a..02c85865e09 100644 --- a/test/cypress/integration/paying-for-college/your-financial-path-to-graduation/financial-path.cy.js +++ b/test/cypress/integration/paying-for-college/your-financial-path-to-graduation/financial-path.cy.js @@ -49,7 +49,7 @@ describe('Paying For College', () => { ); cy.get('span[data-financial-item="total_costOfProgram"]').should( 'contain', - '$12,596', + '$2,152', ); }); it('does not advance without valid selections', () => { From aef5c4aef4c55e701fc29103ddaea82f21b84d23 Mon Sep 17 00:00:00 2001 From: Ans Date: Tue, 28 Jan 2025 16:53:25 -0500 Subject: [PATCH 2/2] Update financial-path.cy.js --- .../your-financial-path-to-graduation/financial-path.cy.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cypress/integration/paying-for-college/your-financial-path-to-graduation/financial-path.cy.js b/test/cypress/integration/paying-for-college/your-financial-path-to-graduation/financial-path.cy.js index 02c85865e09..b1fa3bcf485 100644 --- a/test/cypress/integration/paying-for-college/your-financial-path-to-graduation/financial-path.cy.js +++ b/test/cypress/integration/paying-for-college/your-financial-path-to-graduation/financial-path.cy.js @@ -91,7 +91,7 @@ describe('Paying For College', () => { cy.get('[data-financial-item="debt_tenYearMonthly"]').should( 'contain', - '$138', + '$28', ); }); @@ -108,7 +108,7 @@ describe('Paying For College', () => { cy.get('[data-financial-item="debt_tenYearMonthly"]').should( 'contain', - '$2,998', + '$3,902', ); }); });