test(attestation): fix wording after rebase
This commit is contained in:
parent
cf58c48843
commit
5bda9d0c63
1 changed files with 2 additions and 2 deletions
|
@ -214,10 +214,10 @@ describe Administrateurs::AttestationTemplateV2sController, type: :controller do
|
||||||
super().merge(tiptap_body: { type: :doc, content: [{ type: :mention, attrs: { id: "tdc12", label: "oops" } }] }.to_json)
|
super().merge(tiptap_body: { type: :doc, content: [{ type: :mention, attrs: { id: "tdc12", label: "oops" } }] }.to_json)
|
||||||
end
|
end
|
||||||
|
|
||||||
it "render error" do
|
it "renders error" do
|
||||||
subject
|
subject
|
||||||
expect(response.body).to include("Formulaire en erreur")
|
expect(response.body).to include("Formulaire en erreur")
|
||||||
expect(response.body).to include('Supprimer cette balise')
|
expect(response.body).to include('Supprimer la balise')
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue