style(dossier): status overview with dsfr class

This commit is contained in:
Colin Darie 2023-04-23 20:32:04 +02:00
parent f6ebfe0e47
commit 606493b7dd
No known key found for this signature in database
GPG key ID: 4FB865FDBCA4BCC4
7 changed files with 77 additions and 92 deletions

View file

@ -10,7 +10,7 @@ describe 'users/dossiers/show', type: :view do
it 'renders a summary of the dossier state' do
expect(rendered).to have_text("Dossier nº #{dossier.id}")
expect(rendered).to have_selector('.status-overview')
expect(rendered).to have_text('dossier est en construction')
end
context 'with messages' do