mirror of
https://github.com/opf/openproject.git
synced 2026-06-14 03:30:14 +00:00
dbef4d9e71
* Show filed type beside its name * Add feature spec * Add a comment for field_type_label * Potential fix for pull request finding Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> * Add custom field type label assertion to feature spec * Move custom field to active group before asserting type label * Rename the displayed field format value from field_type to field_format_label and reuse CustomFieldsHelper for custom field format labels. * Make the table configuration modal wait more and embedded work package table loading take longer to avoid flaky failures when the modal or embedded table is still refreshing in CI * Undo changes for switch_to method * Undo changes for the tests that are sometimes failing on CI * Update spec/features/types/form_configuration_spec.rb Co-authored-by: Henriette Darge <h.darge@openproject.com> * Update spec/helpers/types_helper_spec.rb Co-authored-by: Henriette Darge <h.darge@openproject.com> * Rubocop errors fixed * Fix flaky field format labels spec by revisiting page after custom field creation --------- Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com> Co-authored-by: Henriette Darge <h.darge@openproject.com>