diff --git a/spec/features/avo/select_field/enum_hash_display_value_true_spec.rb b/spec/features/avo/select_field/enum_hash_display_value_true_spec.rb index 22577dbe19..6c060a6e5e 100644 --- a/spec/features/avo/select_field/enum_hash_display_value_true_spec.rb +++ b/spec/features/avo/select_field/enum_hash_display_value_true_spec.rb @@ -88,7 +88,7 @@ end end - let(:stages_without_placeholder) { ["discovery", "idea", "done", "on hold", "cancelled", "Drafting"] } + let(:stages_without_placeholder) { ["discovery", "idea", "done", "on hold", "cancelled", "drafting"] } let(:placeholder) { "Choose the stage" } let(:stages_with_placeholder) { stages_without_placeholder.prepend(placeholder) }