Content
View differences
Updated by Bruno Pagno over 1 year ago
As part of the development of work package filters for Hierarchy Items we introduced [feature specs that could have been avoided](https://github.com/opf/openproject/blob/dev/spec/features/work_packages/table/queries/hierarchy_cf_filter_spec.rb) and tested differently.
The idea here is to identify an alternative manner of testing that is faster and less flaky than feature specs.
An option would be to [write an integration test](https://github.com/opf/openproject/blob/9cdcae9e7c8a86af94227b0dfdd9abaf09cb9640/spec/models/query/results_custom_field_filter_integration_spec.rb).
The idea here is to identify an alternative manner of testing that is faster and less flaky than feature specs.
An option would be to [write an integration test](https://github.com/opf/openproject/blob/9cdcae9e7c8a86af94227b0dfdd9abaf09cb9640/spec/models/query/results_custom_field_filter_integration_spec.rb).