Skip to content

Commit

Permalink
fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
lucasxsong committed Apr 11, 2024
1 parent 215cd8c commit 7696925
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ function checkIndividualScoreReport() {
.contains('Expand All Sections')
.click();
cy.get('button', { timeout: 3 * timeout }).contains('Export to PDF');
cy.get('div', { timeout: 3 * timeout }).contains('The ROAR assessments return 3 kinds of scores');
cy.get('div', { timeout: 3 * timeout }).contains('The ROAR assessments return these kinds of scores');
}

describe('The partner admin can view score reports for a given administration.', () => {
Expand Down

0 comments on commit 7696925

Please sign in to comment.