Merge pull request #9030 from mfo/8164-additional-visible-content

ETQ usager, la page resumant ma demande est aux couleurs du DSFR
This commit is contained in:
mfo 2023-06-26 09:44:01 +00:00 committed by GitHub
commit 8282403c07
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
31 changed files with 501 additions and 359 deletions

View file

@ -108,7 +108,7 @@ describe 'shared/dossiers/champs', type: :view do
let(:champ) { create(:champ_dossier_link, dossier: dossier, value: nil) }
let(:champs) { [champ] }
it { is_expected.to include("Pas de dossier associé") }
it { is_expected.to include("non saisi (facultatif)") }
end
context "with seen_at" do