replace drop_down_list_enabled_non_empty_options by drop_down_options when possible
This commit is contained in:
parent
cfb03fc747
commit
532f0f48fa
19 changed files with 38 additions and 41 deletions
|
@ -22,7 +22,7 @@ describe Logic::NotEq do
|
|||
|
||||
it do
|
||||
multiple_drop_down = create(:type_de_champ_multiple_drop_down_list)
|
||||
first_option = multiple_drop_down.drop_down_list_enabled_non_empty_options.first
|
||||
first_option = multiple_drop_down.drop_down_options.first
|
||||
|
||||
expected = {
|
||||
operator_name: "Logic::NotEq",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue