mirror of
https://github.com/opf/openproject.git
synced 2026-06-13 19:20:00 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user