Skip to content

Commit

Permalink
[Faculties] Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rikurauhala committed Nov 5, 2024
1 parent 62419f0 commit fc42613
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/Faculty_statistics.js
Original file line number Diff line number Diff line change
Expand Up @@ -234,7 +234,7 @@ describe('Faculty overview', () => {

cy.get('[data-cy="Section-bachelor"]').within(() => {
cy.get('div[class="faculty-graph"]')
cy.contains('24 graduated (64.9 % of class)').trigger('mouseover')
cy.contains('24 graduated').trigger('mouseover')
cy.contains('From class of 2020 - 2021, 24/37 students have graduated')
})

Expand Down

0 comments on commit fc42613

Please sign in to comment.