Modifications DGNum
ajout des NDD usuels ENS et DGNum pour autoriser les changements d'adresse mail correction des svg des logos DGNum et DN remplacement Marianne - pour l'instant à l'arrache uniquement, logo sera repris et affiné plus tard modifs Mariannes commenter quelques bouts de code inutiles dans l'usage DGNum de DS Update logo-ds.svg and delete commented lines correction logo DN pour pages d'erreur normalianisation de DN, texte modifs sur le fichier en anglais modifs diverses vers version DN Use our logo in the header Add the logo-wide under a new name feat: Update footer feat: Remove mentions of faq.demarches-simplifiees.fr feat: Replace documentation link feat: Add analytics feat: Remove France Services logo on procedure footer
This commit is contained in:
parent
99184d3d2b
commit
1fbe81d211
53 changed files with 2896 additions and 206 deletions
|
@ -21,7 +21,6 @@ describe 'Getting help:' do
|
|||
within('.help-content') do
|
||||
expect(page).to have_content(procedure.service.email)
|
||||
expect(page).to have_content(procedure.service.telephone)
|
||||
expect(page).to have_link(nil, href: I18n.t("links.common.faq.url"))
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -54,7 +53,6 @@ describe 'Getting help:' do
|
|||
within('.help-content') do
|
||||
expect(page).to have_content(dossier.procedure.service.email)
|
||||
expect(page).to have_content(dossier.procedure.service.telephone)
|
||||
expect(page).to have_link(nil, href: I18n.t("links.common.faq.url"))
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -71,7 +69,6 @@ describe 'Getting help:' do
|
|||
|
||||
within('.help-content') do
|
||||
expect(page).to have_link(nil, href: messagerie_dossier_path(dossier))
|
||||
expect(page).to have_link(nil, href: I18n.t("links.common.faq.url"))
|
||||
end
|
||||
end
|
||||
end
|
||||
|
@ -92,10 +89,6 @@ describe 'Getting help:' do
|
|||
end
|
||||
end
|
||||
|
||||
def have_help_button
|
||||
have_link('Aide', href: I18n.t("links.common.faq.url"))
|
||||
end
|
||||
|
||||
def have_help_menu
|
||||
have_selector("#help-menu")
|
||||
end
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue