help: add a custom help dropdown in gestionnaire context

This commit is contained in:
Pierre de La Morinerie 2019-03-19 14:48:26 +01:00
parent 549b17f75e
commit 69580288a4
4 changed files with 26 additions and 11 deletions

View file

@ -66,10 +66,10 @@ feature 'Getting help:' do
login_as gestionnaire, scope: :gestionnaire
end
scenario 'a Help button is visible on signed-in pages' do
scenario 'a Help menu is visible on signed-in pages' do
visit gestionnaire_procedures_path
within('.new-header') do
expect(page).to have_help_button
expect(page).to have_help_menu
end
end
end