[chore] cover help texts for filterable tree view

Enables the shared help-text examples for the new tree view input.
This commit is contained in:
Alexander Brandon Coles
2026-06-11 14:27:24 +01:00
parent 3af3255e24
commit ae83523492
@@ -280,11 +280,10 @@ RSpec.describe Primer::OpenProject::Forms::Dsl::InputMethods, type: :forms do
end
describe "#filterable_tree_view" do
let(:field_group) { form_dsl.filterable_tree_view(name:, **options) }
let(:field_group) { form_dsl.filterable_tree_view(name:, label:, **options) }
include_examples "input class", Primer::OpenProject::Forms::Dsl::FilterableTreeViewInput
# TODO: Should the filterable tree view support a label?
# it_behaves_like "supporting help texts"
it_behaves_like "supporting help texts"
end
describe "#segmented_control" do