Skip to content

Commit

Permalink
merge with fix branch:
Browse files Browse the repository at this point in the history
  • Loading branch information
ksmontville committed Sep 18, 2024
2 parents 4c5617a + 0f05648 commit 2b53ebf
Showing 1 changed file with 0 additions and 12 deletions.
12 changes: 0 additions & 12 deletions cypress/e2e/partner-admin/default-tests/viewIndividualReport.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,6 @@ function clickScoreButton() {
);
}

// function checkAssignmentColumns(assignments) {
// cy.get('[data-cy="roar-data-table"] thead th').then(($header) => {
// const tableHeaders = $header.map((index, elem) => Cypress.$(elem).text()).get();
//
// assignments.forEach((assignment) => {
// expect(tableHeaders).to.include(assignment);
// });
// });
// }

function checkIndividualScoreReport() {
cy.get('[data-cy="route-button"]', { timeout: 3 * timeout })
.first()
Expand All @@ -52,8 +42,6 @@ describe('The partner admin can view individual score reports for a given admini
cy.wait(0.3 * timeout);
cy.checkUserList(testUserList);
cy.wait(0.3 * timeout);
checkAssignmentColumns(testAssignments);
cy.wait(0.3 * timeout);
checkIndividualScoreReport();
});
});

0 comments on commit 2b53ebf

Please sign in to comment.