Skip to content

Commit

Permalink
[Study programme overview] Fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
valtterikantanen committed Nov 14, 2024
1 parent d84a02d commit 3219764
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/Studyprogramme_overview.js
Original file line number Diff line number Diff line change
Expand Up @@ -666,7 +666,7 @@ describe('Study programme overview', () => {

it('content loads', () => {
cy.contains('h3', 'Select curriculum to edit:')
cy.get('[data-cy=curriculum-picker]').contains('2023 - 2026')
cy.get('[data-cy=curriculum-picker]').contains('20232026')
cy.contains('Change visibility of degree courses and select criteria for academic years')
cy.contains('form', 'First year (12 months) last set: 0')
cy.get('table').within(() => {
Expand Down

0 comments on commit 3219764

Please sign in to comment.