factorize departements and regions options

This commit is contained in:
simon lehericey 2024-11-07 10:27:35 +01:00
parent aa8ce15c2a
commit 08fb49d176
No known key found for this signature in database
GPG key ID: CDE670D827C7B3C5
13 changed files with 27 additions and 26 deletions

View file

@ -123,7 +123,7 @@ describe Conditions::ChampsConditionsComponent, type: :component do
let(:regions) { create(:type_de_champ_regions) }
let(:upper_tdcs) { [regions] }
let(:condition) { empty_operator(champ_value(regions.stable_id), constant(true)) }
let(:region_options) { APIGeoService.regions.map { "#{_1[:code]} #{_1[:name]}" } }
let(:region_options) { APIGeoService.regions.map { _1[:name] } }
it do
expect(page).to have_select('type_de_champ[condition_form][rows][][operator_name]', with_options: ['Est'])