fix(linked_dropdown/dropdown): for dropdown_list, drop blank option because rails add it when the field is required. kind of same behaviour for linked_dropdown_list [but requires to manage it on the front too]

This commit is contained in:
Martin 2022-07-08 16:44:21 +02:00 committed by mfo
parent 7ad47f3eae
commit 4c0aac8e0c
6 changed files with 30 additions and 10 deletions

View file

@ -64,6 +64,7 @@ describe 'linked dropdown lists' do
expect(page).to have_select("Valeur secondaire dépendant de la première", options: ['', 'Secondary 1.1', 'Secondary 1.2'])
end
end
private
def log_in(email, password, procedure)