Fix covid e2e test

pull/1252/head
Alexandre Hajjar 2021-01-20 12:57:54 +01:00 committed by Johan Girod
parent 1f12afd024
commit bac561511e
1 changed files with 1 additions and 1 deletions

View File

@ -23,6 +23,6 @@ describe('Page covid-19', function () {
it('should display 85 % de prise en charge pour un salaire médian', () => {
cy.contains('salaire médian').click()
testText('comparaison-net', 'Soit 85 % du revenu net')
testText('comparaison-total', 'Soit 7 % du coût habituel')
testText('comparaison-total', 'Soit 8 % du coût habituel')
})
})