Merge pull request #2470 from betagouv/remove-call-for-suggestions

Remove 2 months old call for suggestions
This commit is contained in:
gregoirenovel 2018-08-28 10:24:23 +02:00 committed by GitHub
commit 095ed82ce7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 0 additions and 13 deletions

View file

@ -18,14 +18,6 @@
.container
- if @dossiers.present?
- if @dossiers.total_pages >= 2
.card.feedback
.card-title Nous avons redesigné la liste des dossiers.
%p
Une suggestion pour améliorer cette page ? Votre avis nous intéresse ! Écrivez-nous à
= mail_to CONTACT_EMAIL, CONTACT_EMAIL, subject: "Amélioration de la liste des dossiers"
\.
%table.table.dossiers-table.hoverable
%thead
%tr

View file

@ -59,11 +59,6 @@ describe 'user access to the list of his dossier' do
page.click_link("Suivant")
expect(page).to have_content(dossier_archived.procedure.libelle)
end
scenario 'the user sees a card asking for feedback' do
expect(page).to have_css('.card.feedback')
expect(page).to have_content(CONTACT_EMAIL)
end
end
describe "recherche" do