Skip to content

Commit

Permalink
[Language center] Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rikurauhala committed Sep 20, 2024
1 parent d04476d commit 3d5bc80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cypress/e2e/Language_center.js
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ const checkNumbers = (numbers, numberOfColumns) => {
cy.get('td').eq(0).contains('All courses total')
numbers.forEach((number, index) => {
cy.get('td')
.eq(index + 1)
.eq(index + 2)
.contains(number)
})
})
Expand Down

0 comments on commit 3d5bc80

Please sign in to comment.