parent
a6d848e01d
commit
6c8bdefb2e
|
@ -142,7 +142,7 @@ describe('Simulateur salarié', () => {
|
|||
)
|
||||
cy.contains('Steenvoorde (Nord)').click()
|
||||
cy.wait(900)
|
||||
cy.contains('Voir toutes les questions').click()
|
||||
cy.contains('Voir ma situation').click()
|
||||
cy.contains('Steenvoorde')
|
||||
})
|
||||
})
|
||||
|
|
|
@ -1,7 +1,5 @@
|
|||
import React, { useState } from 'react'
|
||||
import { Trans } from 'react-i18next'
|
||||
import { useSelector } from 'react-redux'
|
||||
import { RootState } from 'Reducers/rootReducer'
|
||||
import Answers from './AnswerList'
|
||||
import './conversation.css'
|
||||
|
||||
|
@ -13,7 +11,7 @@ export default function SeeAnswersButton() {
|
|||
className="ui__ small simple button "
|
||||
onClick={() => setShowAnswerModal(true)}
|
||||
>
|
||||
<Trans>Voir toutes les questions</Trans>
|
||||
<Trans>Voir ma situation</Trans>
|
||||
</button>
|
||||
{showAnswerModal && <Answers onClose={() => setShowAnswerModal(false)} />}
|
||||
</>
|
||||
|
|
|
@ -160,7 +160,7 @@ Vie privée: Privacy
|
|||
Voir la répartition des cotisations: View contribution breakdown
|
||||
Voir le code source: See the source code
|
||||
Voir les autres simulateurs: See the other simulators
|
||||
Voir toutes les questions: See all questions
|
||||
Voir ma situation: See my situation
|
||||
Votre adresse e-mail: Your email address
|
||||
Votre entreprise: Your company
|
||||
Votre forme juridique: Your legal status
|
||||
|
|
Loading…
Reference in New Issue