Skip to content

Commit

Permalink
fix: confirmer instead of oui
Browse files Browse the repository at this point in the history
  • Loading branch information
NyAndoMayah committed Nov 3, 2023
1 parent 3da83ca commit 389446f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/__tests__/Manager.Multiple.Student.cy.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ const importFile = (file, message) => {
const _mockFile = `${_path}/${file}`
cy.get('[data-testid="inputFile"]').selectFile(_mockFile, { force: true })

cy.contains('Oui').click()
cy.contains('Confirmer').click()

cy.contains(message)
}
Expand Down

0 comments on commit 389446f

Please sign in to comment.