Fix buttons on screen bottom

This commit is contained in:
Paul Chavard 2019-02-12 15:50:49 +01:00
parent d837066091
commit b7058947e1
5 changed files with 23 additions and 22 deletions

View file

@ -105,7 +105,7 @@ feature 'As an administrateur I wanna create a new procedure', js: true do
blur
expect(page).to have_content('Formulaire enregistré')
within '.footer' do
within '.buttons' do
click_on 'Ajouter un champ'
end
expect(page).to have_selector('#procedure_types_de_champ_attributes_1_libelle')