diff --git a/Gemfile b/Gemfile index 1cac1879520..5cdb8299594 100644 --- a/Gemfile +++ b/Gemfile @@ -215,6 +215,7 @@ group :test do # Test prof provides factories from code # and other niceties gem 'test-prof', '~> 1.2.0' + gem 'turbo_tests', github: "serpapi/turbo_tests", ref: "master" gem 'rack_session_access' gem 'rspec', '~> 3.12.0' diff --git a/Gemfile.lock b/Gemfile.lock index cd356fcdef2..221e0dc5d82 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -39,6 +39,16 @@ GIT omniauth-openid_connect-providers (0.2.0) omniauth-openid-connect (>= 0.2.1) +GIT + remote: https://github.com/serpapi/turbo_tests.git + revision: fec740fae1e1e4784e11f396402f2433e1d18232 + ref: master + specs: + turbo_tests (2.0.0) + bundler (>= 2.1) + parallel_tests (>= 3.3.0, < 5) + rspec (>= 3.10) + PATH remote: modules/auth_plugins specs: @@ -1128,6 +1138,7 @@ DEPENDENCIES table_print (~> 1.5.6) test-prof (~> 1.2.0) timecop (~> 0.9.0) + turbo_tests! typed_dag (~> 2.0.2) tzinfo-data (~> 1.2023.1) validate_url diff --git a/docker/ci/Dockerfile b/docker/ci/Dockerfile index a5dcb7bfa23..95bc08a944b 100644 --- a/docker/ci/Dockerfile +++ b/docker/ci/Dockerfile @@ -52,7 +52,7 @@ RUN gem install bundler --version "$BUNDLER_VERSION" --no-document COPY ./entrypoint.sh /usr/sbin/entrypoint.sh -VOLUME [ "/usr/local/bundle", "/home/$USER/openproject", "/home/$USER/openproject/tmp" ] +VOLUME [ "/usr/local/bundle", "/home/$USER/openproject" ] WORKDIR /home/$USER/openproject diff --git a/docker/ci/entrypoint.sh b/docker/ci/entrypoint.sh index daf7d4ad373..a862f813d13 100755 --- a/docker/ci/entrypoint.sh +++ b/docker/ci/entrypoint.sh @@ -1,5 +1,5 @@ #!/bin/bash -set -e +set -ex export PGBIN="/usr/lib/postgresql/$PGVERSION/bin" export JOBS="${CI_JOBS:=$(nproc)}" @@ -75,9 +75,10 @@ fi if [ "$1" == "run-features" ]; then shift execute "cd frontend; npm install ; cd -" - execute "bundle exec rake assets:precompile" + execute "bundle exec rake assets:precompile ; ls -al frontend/.angular ; du -sh frontend/.angular ; ls -al frontend/" execute "cp -rp config/frontend_assets.manifest.json public/assets/frontend_assets.manifest.json" - if ! execute "time bundle exec rake parallel:features" ; then + # if ! execute "time bundle exec rake parallel:features" ; then + if ! execute "time bundle exec turbo_tests -n 12 -v --runtime-log docker/ci/parallel_features_runtime.log spec/features" ; then execute "cat tmp/parallel_summary.log" cleanup exit 1 diff --git a/docker/ci/parallel_features_runtime.log b/docker/ci/parallel_features_runtime.log index fdce5d254ca..009644805c9 100644 --- a/docker/ci/parallel_features_runtime.log +++ b/docker/ci/parallel_features_runtime.log @@ -1,427 +1,522 @@ -Randomized with seed 33808 +Randomized with seed 26330 -1st Try error in ./modules/dashboards/spec/features/work_package_table_spec.rb:96: -expected to find css ".subject" within # but there were no matches +1st Try error in ./modules/dashboards/spec/features/work_package_graph_spec.rb:170: +expected to find visible css ".op-toast.-ee-upsale" with text "Enterprise edition add-on" within # but there were no matches. Also found "", which matched the selector but not all filters. +unable to sign request without credentials set -RSpec::Retry: 2nd try ./modules/dashboards/spec/features/work_package_table_spec.rb:96 +RSpec::Retry: 2nd try ./modules/dashboards/spec/features/work_package_graph_spec.rb:170 -Randomized with seed 25627 +Randomized with seed 45216 -1st Try error in ./spec/features/users/self_registration_spec.rb:57: -Unable to find css ".registration-modal" +1st Try error in ./modules/backlogs/spec/features/impediments_spec.rb:112: +expected not to find visible css "div.impediment.error" with text "Updated impediment", found 1 match: "77\nUpdated impediment\n144" +unable to sign request without credentials set -RSpec::Retry: 2nd try ./spec/features/users/self_registration_spec.rb:57 +RSpec::Retry: 2nd try ./modules/backlogs/spec/features/impediments_spec.rb:112 -Randomized with seed 55095 +Randomized with seed 47617 +modules/bim/spec/features/viewer/create_viewpoint_spec.rb:24.866910334676504 +spec/features/projects/template_spec.rb:16.57898425683379 +spec/features/menu_items/help_menu_spec.rb:2.0623608389869332 +spec/features/admin/enterprise/token_domain_spec.rb:13.785715455189347 +modules/two_factor_authentication/spec/features/backup_codes/login_with_backup_code_spec.rb:7.551803925074637 +modules/meeting/spec/features/meetings_delete_spec.rb:5.871471808291972 +spec/features/work_packages/details/closed_status_and_version_spec.rb:2.8544238163158298 +spec/features/work_packages/datepicker/datepicker_follows_relation_spec.rb:16.14829872082919 +modules/storages/spec/features/admin_storages_spec.rb:15.82078682538122 +spec/features/groups/group_show_spec.rb:0.4676154674962163 +spec/features/menu_items/quick_add_menu_spec.rb:31.240204809233546 +spec/features/work_packages/table/queries/filter_pagination_spec.rb:8.959375174716115 +spec/features/wiki/rename_spec.rb:5.392034308984876 +spec/features/notifications/settings/workdays_settings_spec.rb:19.148178501985967 +spec/features/work_packages/sorting/table_sorting_spec.rb:16.15547603648156 +spec/features/categories/delete_spec.rb:10.420223313383758 +spec/features/projects/work_package_type_mgmt_spec.rb:6.907674198970199 +spec/features/admin/test_mail_notification_spec.rb:5.3078755382448435 +spec/features/work_packages/table/duration_field_spec.rb:5.736655463464558 +spec/features/wysiwyg/macros/embedded_tables_spec.rb:18.922006343491375 +spec/features/custom_fields/create_long_text_spec.rb:8.86443953961134 +modules/budgets/spec/features/costs_edit_fields_spec.rb:4.104526677168906 +spec/features/work_packages/new/work_package_default_description_spec.rb:25.572412921115756 +modules/calendar/spec/features/calendar_create_work_package_spec.rb:4.4225925374776125 +modules/documents/spec/features/attachment_upload_spec.rb:32.56342283077538 +modules/bim/spec/features/model_management_spec.rb:26.425544131547213 +spec/features/members/invitation_spec.rb:11.895002855919302 +modules/bim/spec/features/viewer/show_viewpoint_spec.rb:31.278513204306364 +modules/backlogs/spec/features/stories_in_backlog_spec.rb:10.396982598118484 +modules/boards/spec/features/action_boards/version_board_spec.rb:58.544499669224024 +spec/features/repositories/checkout_instructions_spec.rb:2.189154913648963 +modules/two_factor_authentication/spec/features/backup_codes/generate_backup_codes_spec.rb:5.114402052015066 +spec/features/repositories/create_repository_spec.rb:35.14493959676474 +modules/reporting/spec/features/permissions_spec.rb:20.310737025924027 +spec/features/global_roles/global_create_project_spec.rb:9.622855929657817 +spec/features/work_packages/cards/wp_card_status_spec.rb:4.019141302444041 +modules/team_planner/spec/features/team_planner_dates_spec.rb:8.972129329107702 +spec/features/work_packages/work_package_index_spec.rb:2.9406221890822053 -1st Try error in ./modules/bim/spec/features/bcf/create_spec.rb:39: -Unable to find css ".menu-item" +Randomized with seed 47617 -RSpec::Retry: 2nd try ./modules/bim/spec/features/bcf/create_spec.rb:39 +Randomized with seed 46577 -Randomized with seed 9238 +1st Try error in ./modules/reporting/spec/features/me_value_spec.rb:35: +Unable to find field "data" that is not disabled +unable to sign request without credentials set -1st Try error in ./modules/bim/spec/features/viewer/show_viewpoint_spec.rb:60: -undefined method `path' for nil:NilClass +RSpec::Retry: 2nd try ./modules/reporting/spec/features/me_value_spec.rb:35 -RSpec::Retry: 2nd try ./modules/bim/spec/features/viewer/show_viewpoint_spec.rb:60 +Randomized with seed 19742 +spec/features/work_packages/table/relations_spec.rb:18.57925323303789 +spec/features/homescreen/index_spec.rb:6.6035081297159195 +spec/features/work_packages/tabs/keep_tab_spec.rb:8.37525794096291 +spec/features/activities/disabled_activity_spec.rb:0.757592405192554 +spec/features/work_packages/table/queries/filter_spec.rb:133.0278548002243 +modules/my_page/spec/features/my/news_spec.rb:2.706086811609566 +spec/features/wysiwyg/macros/work_package_button_spec.rb:5.521669297479093 +modules/costs/spec/features/cost_types/create_cost_type_spec.rb:8.753949910402298 +modules/job_status/spec/features/job_status_spec.rb:3.936717522330582 +modules/github_integration/spec/features/work_package_github_tab_spec.rb:27.563670235686004 +spec/features/members/roles_spec.rb:16.253162535838783 +spec/features/work_packages/details/relations/hierarchy_custom_fields_spec.rb:9.995006314478815 +spec/features/work_packages/display_fields/date_field_display_spec.rb:4.838571425527334 +spec/features/work_packages/details/details_refreshing_spec.rb:3.5264008715748787 +spec/features/projects/subproject_creation_spec.rb:6.450487500056624 +modules/boards/spec/features/action_boards/status_type_moving_board_spec.rb:19.41126806754619 +modules/team_planner/spec/features/team_planner_view_modes_spec.rb:9.514896223321557 +modules/meeting/spec/features/meetings_index_spec.rb:1.2421851372346282 +spec/features/versions/project_settings_index_spec.rb:0.23034451436251402 +spec/features/custom_fields/custom_fields_spec.rb:25.019204980693758 +modules/boards/spec/features/board_conflicts_spec.rb:7.182942501269281 +modules/meeting/spec/features/meetings_close_spec.rb:7.300662584602833 +spec/features/work_packages/custom_actions/custom_actions_spec.rb:162.37915162649006 +spec/features/groups/membership_spec.rb:38.59524374362081 +modules/budgets/spec/features/budgets/delete_budget_spec.rb:9.537904139608145 +spec/features/admin/settings_spec.rb:0.4258136572316289 +spec/features/notifications/settings/reminder_email_settings_spec.rb:6.95461365673691 +modules/team_planner/spec/features/team_planner_create_spec.rb:30.420392993837595 +spec/features/work_packages/table/milestones_spec.rb:7.870421091094613 -Randomized with seed 62320 +Randomized with seed 19742 -1st Try error in ./spec/features/work_packages/table/queries/filter_spec.rb:373: -Unable to find select box "operators-attachmentFileName" that is not disabled and Unable to find input box with datalist completion "operators-attachmentFileName" that is not disabled +Randomized with seed 40034 +spec/features/wiki/attachment_upload_spec.rb:23.56342973653227 +spec/features/work_packages/details/milestones_spec.rb:4.026225261390209 +spec/features/admin/backup_spec.rb:13.20527969673276 +modules/dashboards/spec/features/news_spec.rb:1.9805661793798208 +spec/features/work_packages/details/context_menu_spec.rb:3.3743466809391975 +modules/reporting/spec/features/work_package_costlog_spec.rb:3.508798811584711 +modules/meeting/spec/features/meetings_new_spec.rb:23.10971626639366 +spec/features/admin/attribute_help_texts_spec.rb:29.185332654975355 +modules/costs/spec/features/time_entry/activity_spec.rb:0.9568181578069925 +modules/team_planner/spec/features/team_planner_project_include_spec.rb:53.40323250275105 +spec/features/global_roles/member_roles_spec.rb:1.6887675132602453 +modules/calendar/spec/features/calendar_widget_spec.rb:4.411531381309032 +spec/features/work_packages/table/hierarchy/hierarchy_parent_below_spec.rb:18.464683078229427 +spec/features/work_packages/scheduling/scheduling_mode_spec.rb:26.011000071652234 +spec/features/users/invite_user_modal/permission_lacking_current_project_spec.rb:8.162169704213738 +spec/features/work_packages/table/queries/default_queries_spec.rb:3.6482609873637557 +modules/costs/spec/features/destroy_work_package_with_cost_entries_spec.rb:7.972338027320802 +spec/features/work_packages/table/hierarchy/parent_column_spec.rb:11.326024840585887 +spec/features/placeholder_users/edit_placeholder_users_spec.rb:6.728835431858897 +spec/features/menu_items/top_menu_item_spec.rb:11.847765139304101 +spec/features/users/password_change_spec.rb:33.986347986385226 +modules/bim/spec/features/ifc_models/direct_ifc_upload_spec.rb:5.7568570440635085 +spec/features/notifications/notification_center/notification_center_sidemenu_spec.rb:11.560955386608839 +modules/backlogs/spec/features/work_packages/filter_spec.rb:9.323806747794151 +modules/boards/spec/features/action_boards/subproject_board_spec.rb:32.96547547634691 +modules/bim/spec/features/bcf/export_spec.rb:12.65511800441891 +modules/costs/spec/features/cost_types/delete_cost_type_spec.rb:3.800318636931479 +modules/storages/spec/features/show_file_links_spec.rb:10.862607969902456 +spec/features/search_spec.rb:114.26291669532657 +spec/features/global_roles/global_role_crud_spec.rb:2.9374727979302406 +modules/dashboards/spec/features/work_package_calendar_spec.rb:4.2119969092309475 +modules/backlogs/spec/features/onboarding/backlogs_onboarding_tour_spec.rb:16.1598135009408 +modules/dashboards/spec/features/project_details_spec.rb:29.238892489112914 +spec/features/wysiwyg/macros/child_pages_spec.rb:7.816601927392185 +spec/features/oauth/authorization_code_flow_spec.rb:8.825451128184795 +spec/features/work_packages/bulk/update_work_package_spec.rb:61.90354594774544 +modules/budgets/spec/features/budgets/copy_budget_spec.rb:4.461362875066698 -RSpec::Retry: 2nd try ./spec/features/work_packages/table/queries/filter_spec.rb:373 -spec/features/projects/projects_index_spec.rb:81.88191573999995 -spec/features/projects/attribute_help_texts_spec.rb:8.087005028000021 -spec/features/wysiwyg/linking_spec.rb:3.3542587270000013 -modules/two_factor_authentication/spec/features/my_two_factor_devices_spec.rb:12.368428405000031 -modules/dashboards/spec/features/work_package_table_spec.rb:30.102628582999955 -spec/features/work_packages/table/queries/filter_pagination_spec.rb:18.730057135000038 -spec/features/users/edit_users_spec.rb:6.714059235000036 -spec/features/admin/test_mail_notification_spec.rb:0.48408518799999456 -spec/features/work_packages/table/hierarchy/hierarchy_indent_spec.rb:69.15400358600004 -spec/features/work_packages/details/closed_status_and_version_spec.rb:3.0169998780000924 -spec/features/custom_fields/create_int_spec.rb:4.450161403999914 -spec/features/wysiwyg/custom_css_classes_spec.rb:9.446205513999985 -modules/job_status/spec/features/job_status_spec.rb:4.60483797400002 -modules/backlogs/spec/features/backlogs/create_story_spec.rb:5.475663940999993 -spec/features/work_packages/display_fields/spent_time_display_spec.rb:18.45984289899991 -spec/features/work_packages/display_fields/date_field_display_spec.rb:4.9863680870000735 -spec/features/groups/groups_spec.rb:0.59376926799996 -spec/features/custom_fields/activate_in_project_spec.rb:9.651924875999953 -modules/meeting/spec/features/meetings_close_spec.rb:6.111927197 +Randomized with seed 40034 -Randomized with seed 33808 +Randomized with seed 2413 -Randomized with seed 16374 -spec/features/custom_fields/multi_value_custom_field_spec.rb:43.02478891700002 -spec/features/work_packages/table/configuration_modal/column_spec.rb:17.76566749199992 -spec/features/work_packages/timeline/timeline_hierarchy_spec.rb:8.406494780999992 -spec/features/wiki/rename_spec.rb:4.006217258999982 -spec/features/work_packages/reports_spec.rb:11.618764533999979 -spec/features/security/session_ttl_spec.rb:2.4557695209999792 -spec/features/work_packages/table/queries/assignee_filter_spec.rb:25.33107406399995 -spec/features/custom_fields/custom_fields_spec.rb:17.728438172999972 -spec/features/custom_fields/create_bool_spec.rb:5.729147295000075 -spec/features/work_packages/work_package_workflow_form_spec.rb:6.866094541000052 -spec/features/types/activate_in_project_spec.rb:4.538242173999947 -modules/backlogs/spec/features/work_packages/filter_spec.rb:17.205343024999934 -spec/features/work_packages/select/select_work_package_row_spec.rb:16.270060553000008 -spec/features/custom_fields/create_long_text_spec.rb:6.8289826530000255 -modules/dashboards/spec/features/project_status_spec.rb:14.657685513000047 -spec/features/work_packages/navigation_spec.rb:41.47287982599994 -modules/backlogs/spec/features/impediments_spec.rb:8.151169458000027 -spec/features/custom_fields/create_date_spec.rb:4.626587730999972 -modules/dashboards/spec/features/custom_text_spec.rb:20.632750665000003 -spec/features/work_package_show_spec.rb:2.474805607999997 -modules/backlogs/spec/features/stories_in_backlog_spec.rb:41.15429002399992 -spec/features/auth/logout_spec.rb:2.4927280959999507 +1st Try error in ./spec/features/views/shared_examples.rb:8: +expected not to find visible css ".editable-toolbar-title--save", found 1 match: "" +unable to sign request without credentials set -Randomized with seed 16374 +RSpec::Retry: 2nd try ./spec/features/views/shared_examples.rb:8 -Randomized with seed 57223 -modules/dashboards/spec/features/members_spec.rb:12.522824076000006 -spec/features/work_packages/highlighting_spec.rb:31.807886668000037 -spec/features/members/error_messages_spec.rb:2.5690825939999513 -spec/features/work_packages/table/milestones_spec.rb:8.110834108999939 -spec/features/work_packages/timeline/timeline_navigation_spec.rb:75.89546834199996 -modules/reporting/spec/features/group_by_spec.rb:25.509906807999982 -modules/budgets/spec/features/costs_edit_fields_spec.rb:4.281763769000008 -spec/features/menu_items/wiki_menu_item_spec.rb:9.03580573499994 -spec/features/users/password_change_spec.rb:33.50218809699993 -modules/meeting/spec/features/meetings_index_spec.rb:3.803371544000015 -modules/dashboards/spec/features/subprojects_spec.rb:2.7732605160000503 -modules/boards/spec/features/action_boards/subproject_board_spec.rb:32.017506734999984 -spec/features/custom_fields/create_float_spec.rb:4.86511399699998 -spec/features/work_packages/table/configuration_modal/table_configuration_modal_spec.rb:4.230372111999941 -modules/dashboards/spec/features/work_package_graph_overview_spec.rb:2.9553500680000298 -spec/features/projects/projects_custom_fields_spec.rb:22.350022528999943 -modules/two_factor_authentication/spec/features/admin_edit_two_factor_devices_spec.rb:9.751093868999988 -spec/features/users/delete_spec.rb:18.074129109999944 -spec/features/work_packages/table/group_by/group_by_progress_spec.rb:12.427916578000008 -modules/overviews/spec/features/low_permissions_page_creation_spec.rb:2.05583910200005 -spec/features/wysiwyg/macros/child_pages_spec.rb:8.411317532000112 -modules/meeting/spec/features/meetings_search_spec.rb:3.8179405140000426 +1st Try error in ./spec/features/work_packages/bulk/move_work_package_spec.rb:97: +expected "/job_statuses/77e8e0e4-29a1-4f5e-8503-4bb3cfb765fe" to equal "/projects/myproject_no_80/work_packages/129/activity" +unable to sign request without credentials set -Randomized with seed 57223 -modules/my_page/spec/features/my/time_entries_current_user_spec.rb:33.97022516499999 -spec/features/work_packages/zen_mode_spec.rb:11.844635611999934 -spec/features/work_packages/bulk/copy_work_package_spec.rb:58.840589056 -modules/meeting/spec/features/meetings_attachments_spec.rb:20.071499523000057 -spec/features/work_packages/tabs/keep_tab_spec.rb:8.842920509999999 -spec/features/users/self_registration_spec.rb:15.872975549999978 -spec/features/global_roles/global_create_project_spec.rb:7.28509050699995 -spec/features/work_packages/timeline/timeline_labels_spec.rb:11.512496842000019 -spec/features/my/my_notifications_spec.rb:3.216852872000004 -spec/features/groups/membership_spec.rb:14.270934786999987 -modules/pdf_export/spec/features/export_card_configurations_admin_spec.rb:6.085361583000008 -modules/boards/spec/features/action_boards/status_board_spec.rb:24.78930758599995 -spec/features/wiki/edit_new_page_spec.rb:2.4643515999999863 -modules/reporting/spec/features/update_entries_spec.rb:38.66357519499991 -spec/features/activities/disabled_activity_spec.rb:2.640997713999923 -spec/features/projects/copy_spec.rb:29.97315095700003 -spec/features/users/create_spec.rb:14.855232277000027 -modules/bim/spec/features/bcf/direct_ifc_upload_spec.rb:3.2053648040000553 -spec/features/localization_spec.rb:0.24149935100001585 -spec/features/work_packages/tabs/activity_tab_spec.rb:35.209383203000016 -spec/features/work_packages/new/work_package_default_description_spec.rb:15.861652359999994 +RSpec::Retry: 2nd try ./spec/features/work_packages/bulk/move_work_package_spec.rb:97 -Randomized with seed 25627 +Randomized with seed 8805 +modules/auth_plugins/spec/features/auth_provider_spec.rb:5.058690147474408 +modules/meeting/spec/features/meetings_locking_spec.rb:5.284127471037209 +modules/costs/spec/features/view_own_rates_spec.rb:2.8622698979452252 +spec/features/wysiwyg/macros/attribute_macros_spec.rb:7.152442465536296 +modules/reporting/spec/features/custom_fields_spec.rb:10.454176354222 +spec/features/users/invite_user_modal/custom_fields_spec.rb:12.052482922561467 +spec/features/work_packages/bulk/copy_work_package_spec.rb:102.5397001169622 +spec/features/activities/project_attributes_activity_spec.rb:3.4313989393413067 +modules/backlogs/spec/features/work_packages/remaining_time_spec.rb:8.238949030637741 +modules/backlogs/spec/features/work_packages/story_points_spec.rb:1.5060810474678874 +spec/features/admin/custom_fields/multi_value_custom_fields_spec.rb:7.6734736086800694 +modules/pdf_export/spec/features/export_card_configurations_admin_spec.rb:9.220096751116216 +spec/features/work_packages/details/markdown/description_editor_spec.rb:54.88799969945103 +modules/storages/spec/features/delete_project_storage_and_file_links_spec.rb:3.357744872570038 +modules/budgets/spec/features/budgets/attachment_upload_spec.rb:25.934720217250288 +spec/features/notifications/navigation_spec.rb:12.269557089544833 +spec/features/work_packages/sorting/manual_sorting_spec.rb:159.67669401597232 +spec/features/work_packages/table/queries/query_history_spec.rb:21.012282902374864 +modules/meeting/spec/features/meetings_activity_spec.rb:2.699471886269748 +modules/two_factor_authentication/spec/features/login/login_enforced_2fa_spec.rb:9.87138088233769 +modules/team_planner/spec/features/team_planner_index_spec.rb:9.526245225220919 +spec/features/work_packages/timeline/timeline_hierarchy_spec.rb:7.143861991353333 +spec/features/work_packages/select/select_work_package_row_spec.rb:16.04839178081602 +modules/my_page/spec/features/my/assigned_to_me_spec.rb:23.934195670299232 +spec/features/work_package_show_spec.rb:2.5690265065059066 +modules/dashboards/spec/features/project_description_spec.rb:12.226067422889173 +modules/calendar/spec/features/calendar_project_include_spec.rb:33.25407086033374 +modules/dashboards/spec/features/work_package_table_spec.rb:17.378264563158154 +modules/boards/spec/features/board_management_spec.rb:38.777854492887855 +spec/features/work_packages/table/queries/assignees_role_filter_spec.rb:17.83119432348758 +spec/features/work_packages/datepicker/datepicker_non_working_day_spec.rb:13.820723010227084 +spec/features/global_roles/global_role_assignment_spec.rb:4.115366829559207 +modules/backlogs/spec/features/backlogs_in_backlog_view_spec.rb:13.526867954991758 +spec/features/placeholder_users/create_spec.rb:0.6761565795168281 +spec/features/work_packages/pagination_spec.rb:5.032956009730697 +modules/boards/spec/features/board_reference_work_package_spec.rb:20.94876879733056 +spec/features/wysiwyg/work_package_linking_spec.rb:3.4460688894614577 -Randomized with seed 36280 -spec/features/admin/enterprise/enterprise_trial_spec.rb:29.098353901999985 -spec/features/forums/attachment_upload_spec.rb:28.656423115000052 -spec/features/work_packages/table/inline_create/inline_create_refresh_spec.rb:7.207736645000068 -modules/costs/spec/features/time_entries_spec.rb:7.533549103000041 -modules/backlogs/spec/features/resolved_status_spec.rb:0.8996123200000739 -spec/features/work_packages/details/inplace_editor/subject_editor_spec.rb:54.04609381299997 -spec/features/auth/omniauth_spec.rb:3.4959467080000195 -spec/features/work_packages/details/inplace_editor/version_editor_spec.rb:15.196141264999937 -spec/features/work_packages/table/queries/user_cf_filter_spec.rb:50.354543482000054 -spec/features/work_packages/table/group_by/group_headers_spec.rb:7.636033157000043 -spec/features/wysiwyg/macros/code_block_macro_spec.rb:13.67634539100004 -modules/dashboards/spec/features/modifying_with_unallowed_spec.rb:9.58679762600002 -spec/features/oauth/authorization_code_flow_spec.rb:6.616894247000005 -spec/features/work_packages/table/queries/query_name_inline_edit_spec.rb:15.431456002999994 -modules/meeting/spec/features/meetings_delete_spec.rb:7.782526597000015 -spec/features/admin/enumerations_spec.rb:0.4794992719999982 -spec/features/repositories/create_repository_spec.rb:31.49580043800006 -modules/overviews/spec/features/managing_overview_page_spec.rb:12.383703303999937 -spec/features/watching/toggle_watching_spec.rb:6.397399961000019 -spec/features/work_packages/attachments/attachment_upload_spec.rb:48.285183932999985 -spec/features/admin/enterprise/token_domain_spec.rb:12.121334833999981 +Randomized with seed 8805 +spec/features/forums/message_spec.rb:28.412177839316428 +spec/features/custom_fields/create_date_spec.rb:3.3090703831985593 +modules/boards/spec/features/action_boards/status_board_spec.rb:32.87475581653416 +spec/features/work_packages/details/query_groups/relation_query_group_spec.rb:40.635174041613936 +spec/features/work_packages/attachments/attachment_upload_spec.rb:62.884161724708974 +spec/features/work_packages/table/baseline/baseline_query_spec.rb:7.9785793125629425 +modules/backlogs/spec/features/empty_backlogs_spec.rb:2.6792387068271637 +spec/features/notifications/settings/immediate_reminder_spec.rb:5.172715264372528 +spec/features/work_packages/tabs/activity_notifications_spec.rb:35.13883163314313 +modules/overviews/spec/features/managing_overview_page_spec.rb:12.167951219715178 +spec/features/work_packages/details/relations/relations_spec.rb:41.63094704132527 +spec/features/projects/edit_settings_spec.rb:20.09151916578412 +spec/features/wysiwyg/macros/quicklink_macros_spec.rb:18.175750417634845 +spec/features/work_packages/tabs/watcher_tab_spec.rb:28.879989293403924 +spec/features/activities/wiki_activity_spec.rb:6.141359117813408 +spec/features/statuses/statuses_administration_spec.rb:0.2156112501397729 +modules/boards/spec/features/action_boards/assignee_board_spec.rb:28.992227280512452 +modules/my_page/spec/features/my/time_entries_current_user_spec.rb:30.362087681889534 +spec/features/wiki/restore_main_item_spec.rb:0.32334555219858885 +spec/features/custom_fields/activate_in_project_spec.rb:5.756359304301441 +modules/reporting/spec/features/filter_spec.rb:2.943898778408766 +modules/costs/spec/features/cost_entries/add_cost_entry_spec.rb:17.458358069881797 +modules/meeting/spec/features/meetings_show_spec.rb:15.415408838540316 +spec/features/auth/auth_source_sso_logout_spec.rb:0.4981227982789278 +spec/features/work_packages/details/inplace_editor/version_editor_spec.rb:14.324622702784836 +spec/features/projects/project_status_administration_spec.rb:7.939081413671374 +modules/boards/spec/features/action_boards/custom_field_filters_spec.rb:10.132726973854005 +modules/budgets/spec/features/budgets/add_budget_spec.rb:27.032819848507643 +modules/meeting/spec/features/meetings_search_spec.rb:5.3479592287912965 +spec/features/wysiwyg/linking_spec.rb:3.7349308487027884 +modules/boards/spec/features/board_highlighting_spec.rb:6.347792383283377 +modules/backlogs/spec/features/resolved_status_spec.rb:0.386458782479167 +spec/features/work_packages/table/scheduling/manual_scheduling_spec.rb:9.547711161896586 +spec/features/types/form_configuration_query_spec.rb:102.5151577712968 +spec/features/security/session_ttl_spec.rb:0.8802071902900934 +spec/features/roles/create_spec.rb:6.485346254892647 +modules/team_planner/spec/features/query_handling_spec.rb:63.641579302959144 +modules/team_planner/spec/features/team_planner_subproject_constraints_spec.rb:15.44729614444077 -Randomized with seed 36280 -spec/features/homescreen/robots_spec.rb:0.2625457030000007 -modules/budgets/spec/features/budgets/update_budget_spec.rb:70.8623099429999 -modules/costs/spec/features/members_hourly_rates_spec.rb:12.628837727999894 -modules/reporting/spec/features/permissions_spec.rb:23.581044488999964 -spec/features/wiki/adding_editing_history_spec.rb:8.849807556999963 -spec/features/work_packages/edit_on_assign_version_permission_spec.rb:8.308624791000057 -spec/features/groups/group_memberships_spec.rb:55.75031533699996 -spec/features/work_packages/table/queries/hidden_query_spec.rb:2.473932462999983 -spec/features/global_roles/global_role_crud_spec.rb:2.6644586250000657 -modules/bim/spec/features/bcf/export_spec.rb:21.04333146700003 -modules/reporting/spec/features/project_context_spec.rb:2.0782922969999618 -spec/features/work_packages/cards/wp_card_status_spec.rb:5.297026360000018 -modules/my_page/spec/features/my/news_spec.rb:3.4163389950000465 -spec/features/work_packages/scheduling/scheduling_mode_spec.rb:22.54927507100001 -modules/bim/spec/features/viewer/show_viewpoint_spec.rb:64.08076341399999 -spec/features/wiki/attachment_upload_spec.rb:27.863620660000038 -spec/features/global_roles/global_role_assignment_spec.rb:3.018122160999951 -spec/features/security/expire_sessions_spec.rb:3.940770923000059 -modules/reporting/spec/features/update_cost_report_spec.rb:5.327979733999996 -spec/features/work_packages/index_sums_spec.rb:21.414672455000073 -modules/dashboards/spec/features/project_details_spec.rb:16.483470936999993 +Randomized with seed 2413 +modules/budgets/spec/features/work_package_filter_spec.rb:12.611145669594407 +spec/features/work_packages/table/hierarchy/hierarchy_indent_spec.rb:65.66866269242018 +spec/features/projects/project_autocomplete_spec.rb:38.84997890237719 +spec/features/work_packages/zen_mode_spec.rb:3.3885665629059076 +spec/features/menu_items/menu_permissions_spec.rb:7.298917939886451 +spec/features/work_packages/table/queries/assignee_filter_spec.rb:15.91734094824642 +modules/meeting/spec/features/meetings_participants_spec.rb:1.2051368551328778 +spec/features/users/brute_force_spec.rb:1.9821600019931793 +spec/features/work_packages/table/edit_work_packages_spec.rb:22.481805382296443 +modules/team_planner/spec/features/team_planner_remove_event_spec.rb:38.64379616454244 +spec/features/forums/sticky_spec.rb:1.520936207845807 +spec/features/users/self_registration_spec.rb:16.54544211830944 +modules/costs/spec/features/users_hourly_rates_spec.rb:21.241672077216208 +spec/features/work_packages/details/markdown/activity_comments_spec.rb:104.78826806228608 +spec/features/admin/custom_fields/list_custom_field_spec.rb:5.798203288577497 +modules/dashboards/spec/features/work_package_graph_overview_spec.rb:2.5307575166225433 +spec/features/work_packages/attribute_help_texts_spec.rb:5.373535303398967 +spec/features/work_packages/details/markdown/todolist_spec.rb:36.439746245741844 +spec/features/placeholder_users/index_spec.rb:16.06529096327722 +modules/reporting/spec/features/my_time_spec.rb:3.9047821536660194 +spec/features/notifications/notification_center/notification_center_spec.rb:85.75884931068867 +modules/two_factor_authentication/spec/features/account_activation_spec.rb:14.857261503115296 +modules/storages/spec/features/storages_menu_links_spec.rb:3.7706581922248006 +modules/calendar/spec/features/calendars_index_spec.rb:4.309511901810765 +spec/features/work_packages/table/queries/id_filter_spec.rb:23.738805019296706 +modules/reporting/spec/features/me_value_spec.rb:26.14627917483449 +modules/dashboards/spec/features/docments_spec.rb:2.1920383600518107 +modules/my_page/spec/features/my/documents_spec.rb:1.7331903902813792 +spec/features/work_packages/navigation_spec.rb:27.603510946966708 +spec/features/members/membership_spec.rb:26.657967494800687 +spec/features/users/invite_user_modal/subproject_invite_spec.rb:9.663200535811484 +modules/bim/spec/features/ifc_models/regular_ifc_upload_spec.rb:3.7338794050738215 +spec/features/projects/copy_spec.rb:21.655758906155825 +spec/features/work_packages/cancel_editing_spec.rb:31.22246660385281 +spec/features/homescreen/robots_spec.rb:0.09761408809572458 +spec/features/work_packages/details/workdays_spec.rb:5.426216605119407 +spec/features/work_packages/table/configuration_modal/column_spec.rb:12.552838490344584 +modules/reporting/spec/features/top_menu_item_spec.rb:2.785677995532751 -Randomized with seed 9238 +Randomized with seed 46577 -Randomized with seed 8004 -spec/features/repositories/checkout_instructions_spec.rb:5.995047574000068 -spec/features/types/form_configuration_query_spec.rb:115.9034977980001 -spec/features/work_packages/details/custom_fields/custom_field_spec.rb:57.094924773 -spec/features/work_packages/table/switch_types_spec.rb:43.365855209000074 -spec/features/global_roles/no_module_spec.rb:1.11174453000001 -modules/reporting/spec/features/my_time_spec.rb:4.131762006999907 -spec/features/wysiwyg/user_mention_spec.rb:11.619973890999972 -modules/two_factor_authentication/spec/features/backup_codes/login_with_backup_code_spec.rb:9.771585997999978 -spec/features/wysiwyg/macros/attribute_macros_spec.rb:6.87255269700006 -spec/features/versions/edit_spec.rb:1.5545861230000355 -spec/features/wiki/wiki_unicode_spec.rb:14.392580722999924 -modules/boards/spec/features/board_navigation_spec.rb:28.94275419199994 -modules/reporting/spec/features/custom_fields_spec.rb:11.742334087000017 -spec/features/members/invitation_spec.rb:9.562379392000025 -modules/my_page/spec/features/my/my_page_spec.rb:20.18028873600008 -modules/budgets/spec/features/budgets/copy_budget_spec.rb:5.719119106999983 -spec/features/statuses/statuses_administration_spec.rb:0.8248698590000458 -modules/meeting/spec/features/meetings_show_spec.rb:18.233082998999976 -spec/features/projects/projects_portfolio_spec.rb:18.64247452500001 -spec/features/menu_items/admin_menu_item_spec.rb:0.6571327550000206 -modules/meeting/spec/features/meetings_participants_spec.rb:2.3292072140000073 +Randomized with seed 41700 +spec/features/custom_fields/multi_value_custom_field_spec.rb:47.08199558313936 +spec/features/auth/auth_source_sso_login_spec.rb:0.4671818511560559 +spec/features/work_packages/details/relations/hierarchy_milestone_spec.rb:3.0541073651984334 +modules/two_factor_authentication/spec/features/my_two_factor_devices_spec.rb:16.54275601916015 +spec/features/work_packages/table/work_packages_table_project_include_spec.rb:46.507719315588474 +modules/team_planner/spec/features/team_planner_split_view_spec.rb:9.471859718672931 +spec/features/auth/omniauth_spec.rb:3.6701151272282004 +spec/features/work_packages/select/select_card_view_spec.rb:10.49661908019334 +spec/features/work_packages/table/queries/query_name_inline_edit_spec.rb:13.360426259227097 +spec/features/wysiwyg/custom_css_classes_spec.rb:6.792870202101767 +spec/features/users/show_spec.rb:1.5972742270678282 +modules/dashboards/spec/features/project_status_spec.rb:13.56566080544144 +spec/features/groups/groups_spec.rb:7.003178501501679 +spec/features/types/activate_in_project_spec.rb:5.987934954464436 +spec/features/versions/graph_spec.rb:1.9256270481273532 +modules/bim/spec/features/revit_add_in/bim_revit_add_in_refresh_button_spec.rb:7.158736448734999 +spec/features/users/delete_spec.rb:26.51082469522953 +spec/features/menu_items/query_menu_item_spec.rb:14.630484384484589 +modules/calendar/spec/features/query_handling_spec.rb:31.654048874042928 +spec/features/work_packages/table/queries/me_filter_spec.rb:24.067112327553332 +modules/my_page/spec/features/my/my_page_spec.rb:20.60115872696042 +spec/features/auth/login_spec.rb:8.662606592290103 +spec/features/forums/attachment_upload_spec.rb:43.74696310516447 +spec/features/work_packages/export_spec.rb:60.45706184580922 +spec/features/projects/create_spec.rb:23.82458327524364 +spec/features/onboarding/onboarding_tour_spec.rb:46.49780184216797 +spec/features/projects/projects_index_spec.rb:99.926952871494 +spec/features/work_packages/table/inline_create/inline_create_refresh_spec.rb:7.635736891068518 +modules/dashboards/spec/features/read_only_allowed_spec.rb:2.0100410412997007 +modules/overviews/spec/features/navigation_spec.rb:1.162873494438827 +modules/backlogs/spec/features/tasks_on_taskboard_spec.rb:7.226671125739813 +modules/team_planner/spec/features/onboarding/team_planner_onboarding_tour_spec.rb:31.168122926726937 +spec/features/auth/consent_auth_stage_spec.rb:21.32163025904447 +spec/features/work_packages/table/empty_filters_spec.rb:2.698157822713256 +spec/features/groups/group_memberships_spec.rb:56.784980054944754 +spec/features/wysiwyg/html_encoding_spec.rb:2.992236324585974 +spec/features/notifications/reminder_mail_spec.rb:0.5808892687782645 +spec/features/work_packages/work_package_workflow_form_spec.rb:4.265860246494412 -Randomized with seed 8004 +Randomized with seed 41700 -Randomized with seed 10603 -spec/features/users/user_memberships_spec.rb:21.748989062999954 -modules/two_factor_authentication/spec/features/remember_cookie/login_with_remember_cookie_spec.rb:21.501310031000003 -modules/dashboards/spec/features/work_package_calendar_spec.rb:3.8925114109999868 -modules/boards/spec/features/action_boards/version_board_spec.rb:108.97874596000008 -spec/features/work_packages/table/hierarchy/hierarchy_vs_grouping_spec.rb:4.32582418100003 -spec/features/roles/create_spec.rb:6.082622557000036 -spec/features/work_packages/details/markdown/todolist_spec.rb:38.592838107000034 -modules/my_page/spec/features/my/accountable_spec.rb:9.362304946999984 -modules/boards/spec/features/board_conflicts_spec.rb:7.096871221000015 -modules/bim/spec/features/model_management_spec.rb:35.88631960000009 -modules/dashboards/spec/features/work_package_graph_spec.rb:43.99896717900003 -modules/costs/spec/features/add_cost_entry_spec.rb:13.127928451999992 -spec/features/wysiwyg/macros/quicklink_macros_spec.rb:4.947476377999919 -modules/my_page/spec/features/my/assigned_to_me_spec.rb:17.17061422000006 -spec/features/work_packages/table/hierarchy/parent_column_spec.rb:2.5207491989999653 -modules/reporting/spec/features/calculations_spec.rb:2.875024151000048 -spec/features/work_packages/table/configuration_modal/filter_spec.rb:19.321857724999973 -spec/features/auth/consent_auth_stage_spec.rb:22.500587579000012 -spec/features/wysiwyg/html_encoding_spec.rb:3.6875664039999947 -spec/features/forums/sticky_spec.rb:1.4224786759999688 -modules/two_factor_authentication/spec/features/account_activation_spec.rb:10.675652021000019 +Randomized with seed 13290 +spec/features/global_roles/no_module_spec.rb:3.0673548812046647 +modules/storages/spec/features/create_file_links_spec.rb:6.219341172836721 +spec/features/work_packages/table/switch_types_spec.rb:50.93227600399405 +spec/features/work_packages/table/configuration_modal/filter_spec.rb:12.097473170608282 +spec/features/work_packages/details/custom_fields/custom_field_spec.rb:79.81894556805491 +modules/bim/spec/features/bcf/api_authorization_spec.rb:10.164256306365132 +spec/features/work_packages/timeline/timeline_navigation_spec.rb:55.41040189471096 +spec/features/work_packages/table/queries/summary_spec.rb:4.583154019899666 +modules/two_factor_authentication/spec/features/remember_cookie/login_with_remember_cookie_spec.rb:32.25830488372594 +modules/bim/spec/features/bim_navigation_spec.rb:56.71439642459154 +spec/features/work_packages/table/configuration_modal/table_configuration_modal_spec.rb:2.8055063486099243 +spec/features/oauth/pkce_spec.rb:4.105864296667278 +modules/reporting/spec/features/update_cost_report_spec.rb:5.357293418608606 +spec/features/work_packages/table/queries/responsible_filter_spec.rb:12.359353730455041 +spec/features/repositories/repository_settings_spec.rb:19.70581252872944 +spec/features/wysiwyg/non_breaking_spaces_spec.rb:3.8637115359306335 +modules/reporting/spec/features/update_entries_spec.rb:22.060905795544386 +modules/bim/spec/features/show_default_spec.rb:7.634674701839685 +spec/features/wiki/child_pages_spec.rb:4.108097796328366 +modules/two_factor_authentication/spec/features/login/switch_available_devices_spec.rb:3.3496511662378907 +spec/features/work_packages/datepicker/datepicker_logic_spec.rb:204.5354307377711 +spec/features/wysiwyg/user_mention_spec.rb:12.867989050224423 +modules/reporting/spec/features/calculations_spec.rb:3.040986421518028 +spec/features/wiki/edit_new_page_spec.rb:2.8732653418555856 +modules/my_page/spec/features/my/work_package_table_spec.rb:23.741350084543228 +spec/features/activities/activity_page_navigation_spec.rb:5.2810090044513345 +modules/bim/spec/features/model_viewer_spec.rb:20.69138777628541 +modules/calendar/spec/features/calendar_dates_spec.rb:3.0865904865786433 +spec/features/news/creation_and_commenting_spec.rb:5.084726219065487 +modules/team_planner/spec/features/team_planner_error_handling_spec.rb:19.455647768452764 +spec/features/work_packages/display_representations/switch_display_representations_spec.rb:19.971736091189086 +modules/ldap_groups/spec/features/administration_spec.rb:5.491122927516699 +spec/features/menu_items/admin_menu_item_spec.rb:2.4416706692427397 +spec/features/work_packages/edit_on_assign_version_permission_spec.rb:4.562018600292504 +spec/features/wiki/wiki_unicode_spec.rb:8.376060870476067 +spec/features/work_packages/table/queries/query_menu_refresh_spec.rb:2.1607797099277377 +spec/features/work_packages/table/group_by/group_by_boolean_spec.rb:3.287045558914542 -Randomized with seed 10603 +Randomized with seed 13290 +modules/dashboards/spec/features/subprojects_spec.rb:8.549272014759481 +modules/meeting/spec/features/meetings_attachments_spec.rb:11.584617427550256 +modules/avatars/spec/features/my_avatar_spec.rb:7.907460788264871 +spec/features/work_packages/display_fields/spent_time_display_spec.rb:31.080406143330038 +spec/features/members/error_messages_spec.rb:2.2480065496638417 +spec/features/versions/edit_spec.rb:0.48304630629718304 +spec/features/work_packages/table/baseline/baseline_rendering_spec.rb:6.6576098166406155 +spec/features/work_packages/table/hierarchy/hierarchy_vs_grouping_spec.rb:6.7761021656915545 +spec/features/custom_fields/create_bool_spec.rb:7.1859831707552075 +spec/features/projects/export_spec.rb:11.416477692313492 +spec/features/work_packages/details/relations/hierarchy_spec.rb:119.19319192506373 +spec/features/notifications/settings/my_notifications_settings_spec.rb:10.976851974613965 +modules/two_factor_authentication/spec/features/admin_edit_two_factor_devices_spec.rb:10.336683033965528 +spec/features/security/expire_sessions_spec.rb:2.570153648033738 +spec/features/admin/enumerations_spec.rb:0.1897034216672182 +spec/features/types/crud_spec.rb:13.887505578808486 +spec/features/custom_fields/reorder_options_spec.rb:5.395566123537719 +modules/team_planner/spec/features/team_planner_add_existing_work_packages_spec.rb:74.5496372198686 +modules/backlogs/spec/features/impediments_spec.rb:14.89149603806436 +spec/features/projects/projects_custom_fields_spec.rb:52.57713685557246 +modules/costs/spec/features/cost_entries/add_entry_without_rate_permission_spec.rb:5.5838963175192475 +modules/boards/spec/features/board_enterprise_spec.rb:9.431634575128555 +spec/features/work_packages/table/hierarchy/hierarchy_spec.rb:34.01289357803762 +spec/features/work_packages/tabs/activity_revisions_spec.rb:52.94558084011078 +modules/costs/spec/features/costs_context_menu_spec.rb:9.512386450544 +spec/features/wysiwyg/tables_spec.rb:33.96552544180304 +spec/features/work_packages/table/group_by/group_by_progress_spec.rb:12.618231989443302 +modules/boards/spec/features/board_navigation_spec.rb:24.33808120060712 +spec/features/work_packages/highlighting_spec.rb:25.72896697744727 +spec/features/wiki/wiki_page_navigation_spec.rb:1.9150705561041832 +spec/features/work_packages/details/inplace_editor/subject_editor_spec.rb:47.1121040713042 +spec/features/work_packages/timeline/timeline_dates_spec.rb:61.88771325815469 +spec/features/work_packages/table/inline_create/parallel_creation_spec.rb:9.833796106278896 +spec/features/work_packages/details/details_toolbar_spec.rb:1.8137614950537682 +spec/features/menu_items/wiki_menu_item_spec.rb:7.389333325438201 +modules/team_planner/spec/features/team_planner_upsale_spec.rb:2.0714556919410825 +spec/features/auth/auth_stages_spec.rb:1.581561484374106 +spec/features/users/create_spec.rb:7.284110403619707 -Randomized with seed 53664 -spec/features/work_packages/cancel_editing_spec.rb:55.16697095200004 -spec/features/versions/create_spec.rb:2.2756591340000796 -modules/backlogs/spec/features/backlogs_in_backlog_view_spec.rb:21.28506131900008 -modules/bim/spec/features/bcf/api_authorization_spec.rb:7.582924091999985 -modules/overviews/spec/features/navigation_spec.rb:2.0419348480000963 -modules/my_page/spec/features/my/documents_spec.rb:2.905001619000018 -spec/features/work_packages/details/relations/hierarchy_custom_fields_spec.rb:6.965415850999989 -spec/features/work_packages/table/edit_work_packages_spec.rb:24.060841920999906 -spec/features/wysiwyg/tables_spec.rb:34.28501693599992 -spec/features/members/roles_spec.rb:11.97760443300001 -modules/reporting/spec/features/menu_spec.rb:2.5971435679999786 -spec/features/onboarding/onboarding_tour_spec.rb:30.368368405999945 -spec/features/work_packages/bulk/update_work_package_spec.rb:40.42122575600001 -spec/features/attachments/attachments_spec.rb:0.00044373899993388477 -spec/features/users/brute_force_spec.rb:7.88901191299999 -modules/bim/spec/features/bim_filter_spec.rb:66.24238352600003 -spec/features/members/pagination_spec.rb:10.031472423999958 -spec/features/admin/settings_spec.rb:0.8687014309999768 -spec/features/work_packages/edit_work_package_spec.rb:97.72598127000003 -modules/two_factor_authentication/spec/features/login/login_without_2fa_spec.rb:4.7449860420000505 -modules/costs/spec/features/costs_context_menu_spec.rb:7.065717393999989 -spec/features/admin/oauth/oauth_applications_management_spec.rb:3.8442395069999975 +Randomized with seed 45216 -Randomized with seed 53664 +Randomized with seed 37951 +spec/features/watching/toggle_watching_spec.rb:12.663540692068636 +spec/features/admin/working_days_spec.rb:25.003377482295036 +spec/features/work_packages/new/attributes_from_filter_spec.rb:14.889610636979342 +spec/features/work_packages/edit_work_package_spec.rb:104.67983968928456 +spec/features/members/membership_filter_spec.rb:6.395135269500315 +spec/features/accessibility/work_packages/work_package_query_spec.rb:61.24001107271761 +modules/bim/spec/features/bcf/bcf_snapshot_column_spec.rb:3.50760006159544 +spec/features/work_packages/table/invalid_query_spec.rb:12.761297405697405 +modules/avatars/spec/features/user_avatar_spec.rb:13.945761729963124 +spec/features/work_packages/table/inline_create/create_work_packages_spec.rb:64.15492073725909 +modules/budgets/spec/features/budgets/update_budget_spec.rb:56.647868181578815 +spec/features/projects/destroy_spec.rb:3.212392980232835 +modules/boards/spec/features/onboarding/boards_onboarding_tour_spec.rb:73.73614497575909 +spec/features/work_packages/project_context_switch_spec.rb:3.974584013223648 +spec/features/placeholder_users/placeholder_user_memberships_spec.rb:32.93676820863038 +spec/features/statuses/read_only_statuses_spec.rb:7.1113254223018885 +spec/features/work_packages/table/queries/mobile_date_filter_spec.rb:13.461041323840618 +modules/team_planner/spec/features/team_planner_spec.rb:103.66870349831879 +modules/boards/spec/features/action_boards/subtasks_board_spec.rb:45.57852358557284 +spec/features/admin/oauth/oauth_applications_management_spec.rb:7.595572579652071 +modules/storages/spec/features/storages_module_spec.rb:11.988947350531816 +spec/features/auth/logout_spec.rb:3.1061859410256147 +spec/features/custom_fields/multi_user_custom_field_spec.rb:12.04024014249444 +spec/features/work_packages/table/group_by/group_headers_spec.rb:7.0518134059384465 +modules/bim/spec/features/revit_add_in/bim_revit_add_in_navigation_spec.rb:20.095769747160375 +spec/features/work_packages/new/new_work_package_datepicker_spec.rb:3.6370168710127473 +spec/features/users/notifications/user_notifications_settings_spec.rb:7.491416253149509 +spec/features/wysiwyg/paragraphs_in_lists_spec.rb:1.05095278006047 +spec/features/work_packages/table/queries/query_menu_spec.rb:12.40709641110152 +modules/reporting/spec/features/group_by_spec.rb:2.985352970659733 +spec/features/work_packages/timeline/timeline_labels_spec.rb:7.243677608668804 +spec/features/users/index_spec.rb:14.369112698361278 +spec/features/notifications/notification_center/split_screen_spec.rb:5.548903601244092 +modules/dashboards/spec/features/custom_text_spec.rb:7.357244277372956 +modules/calendar/spec/features/calendars_spec.rb:6.791952560655773 +modules/two_factor_authentication/spec/features/login/login_with_2fa_spec.rb:1.9737719092518091 +spec/features/colors/color_administration_spec.rb:0.08065787144005299 +spec/features/work_packages/select/select_query_spec.rb:2.866833516396582 -Randomized with seed 47034 -spec/features/workflows/copy_spec.rb:0.7588666010000225 -spec/features/work_packages/table/queries/responsible_filter_spec.rb:29.862566558000026 -spec/features/custom_fields/multi_user_custom_field_spec.rb:17.952941795000015 -spec/features/work_packages/work_package_index_spec.rb:2.449443003000056 -spec/features/work_packages/new/attributes_from_filter_spec.rb:15.81859169500001 -spec/features/groups/group_show_spec.rb:1.8364287869999316 -modules/meeting/spec/features/meetings_copy_spec.rb:5.646295400999975 -modules/reporting/spec/features/filter_spec.rb:2.6907595389999415 -spec/features/work_packages/custom_actions_spec.rb:145.79609095900003 -modules/boards/spec/features/onboarding/boards_onboarding_tour_spec.rb:44.55140298599997 -spec/features/work_packages/copy_spec.rb:25.009008264000045 -modules/costs/spec/features/view_own_rates_spec.rb:3.9943870299999844 -modules/reporting/spec/features/top_menu_item_spec.rb:5.41019294299997 -spec/features/work_packages/details/details_toolbar_spec.rb:3.1488198499999953 -modules/backlogs/spec/features/work_packages/story_points_spec.rb:1.5129651989999502 -modules/bim/spec/features/viewer/delete_viewpoint_spec.rb:7.882939673999999 -spec/features/work_packages/export_spec.rb:83.47933291000004 -modules/boards/spec/features/action_boards/subtasks_board_spec.rb:39.36665702899995 -spec/features/work_packages/table/queries/query_menu_spec.rb:24.136327012000038 -modules/costs/spec/features/time_entry/activity_spec.rb:0.474635037999974 -spec/features/work_packages/select/select_query_spec.rb:11.629568252000013 +Randomized with seed 37951 +spec/features/work_packages/table/queries/user_cf_filter_spec.rb:22.476761820726097 +modules/storages/spec/features/manage_project_storage_spec.rb:11.001888237893581 +spec/features/notifications/notification_center/notification_center_date_alerts_spec.rb:7.06506284698844 +modules/team_planner/spec/features/team_planner_menu_spec.rb:5.4406480165198445 +modules/overviews/spec/features/low_permissions_page_creation_spec.rb:1.367602557875216 +modules/my_page/spec/features/my/accountable_spec.rb:10.92386728618294 +spec/features/custom_fields/create_float_spec.rb:3.5969402668997645 +spec/features/admin/enterprise/enterprise_spec.rb:7.663799317553639 +spec/features/work_packages/display_fields/estimated_hours_display_spec.rb:20.766073022037745 +modules/my_page/spec/features/my/custom_text_spec.rb:8.805891652591527 +spec/features/localization_spec.rb:0.41580478474497795 +modules/dashboards/spec/features/work_package_graph_spec.rb:37.22230127360672 +spec/features/attachments/attachments_spec.rb:0.0008348384872078896 +modules/bim/spec/features/bim_filter_spec.rb:20.791593628004193 +modules/dashboards/spec/features/members_spec.rb:7.110280725173652 +spec/features/placeholder_users/delete_spec.rb:12.74688938446343 +modules/webhooks/spec/features/manage_webhooks_spec.rb:12.397967534139752 +modules/calendar/spec/features/calendar_user_interaction_spec.rb:13.253810000605881 +spec/features/work_packages/tabs/activity_tab_spec.rb:47.645736852660775 +modules/boards/spec/features/board_update_spec.rb:8.049333578906953 +spec/features/admin/menu_item_traversal_spec.rb:15.872199172154069 +spec/features/members/pagination_spec.rb:15.521249869838357 +spec/features/users/my_spec.rb:20.20552579499781 +modules/two_factor_authentication/spec/features/login/login_without_2fa_spec.rb:7.412412153556943 +spec/features/work_packages/select/select_wp_card_spec.rb:6.674428396858275 +spec/features/work_packages/details/date_editor_spec.rb:137.22443368285894 +spec/features/wysiwyg/macros/code_block_macro_spec.rb:13.997319534420967 +modules/bim/spec/features/viewer/delete_viewpoint_spec.rb:6.885177852585912 +spec/features/work_packages/datepicker/datepicker_parent_spec.rb:4.537930459715426 +modules/bim/spec/features/bcf/create_spec.rb:74.78163156099617 +modules/reporting/spec/features/project_context_spec.rb:3.3358785789459944 +modules/bim/spec/features/bcf_view_management_spec.rb:16.455124971456826 +modules/reporting/spec/features/subproject_spec.rb:2.2876146510243416 +spec/features/activities/time_entry_activity_spec.rb:5.2502686800435185 +spec/features/work_packages/index_sums_spec.rb:27.88439794164151 +spec/features/work_packages/bulk/move_work_package_spec.rb:133.50349816214293 +spec/features/users/invite_user_modal/invite_user_modal_spec.rb:53.105121742002666 +modules/dashboards/spec/features/time_entries_spec.rb:2.517436142079532 +spec/features/work_packages/table/queries/bool_cf_filter_spec.rb:4.1176189528778195 -Randomized with seed 47034 +Randomized with seed 26330 -Randomized with seed 32495 -spec/features/admin/attribute_help_texts_spec.rb:46.286150851 -spec/features/colors/color_administration_spec.rb:0.4469096970000237 -spec/features/work_packages/table/inline_create/parallel_creation_spec.rb:14.821635634000017 -modules/dashboards/spec/features/time_entries_spec.rb:3.647558017999927 -modules/boards/spec/features/action_boards/status_type_moving_board_spec.rb:18.66272315499998 -modules/meeting/spec/features/meetings_locking_spec.rb:4.305334141000003 -spec/features/global_roles/member_roles_spec.rb:1.5444361140000638 -spec/features/work_packages/display_fields/estimated_hours_display_spec.rb:22.746302195 -spec/features/work_packages/details/query_groups/relation_query_group_spec.rb:60.81681945799994 -spec/features/categories/delete_spec.rb:2.9317737110000053 -spec/features/work_packages/details/relations/relations_spec.rb:40.455294417000005 -modules/my_page/spec/features/my/custom_text_spec.rb:17.18814037300001 -modules/bim/spec/features/show_default_spec.rb:16.225464847000012 -spec/features/work_packages/attribute_help_texts_spec.rb:7.277141883000013 -spec/features/work_packages/table/queries/summary_spec.rb:2.9958442150000337 -spec/features/work_packages/details/markdown/activity_comments_spec.rb:98.27271474399993 -modules/reporting/spec/features/me_value_spec.rb:8.802616431000047 -spec/features/work_packages/table/queries/me_filter_spec.rb:36.87142492600003 -modules/avatars/spec/features/user_avatar_spec.rb:8.306983109000043 -spec/features/work_packages/details/markdown/description_editor_spec.rb:39.63995726899998 -spec/features/work_packages/details/date_editor_spec.rb:27.43586531099993 +Randomized with seed 44118 +spec/features/types/reset_form_configuration_spec.rb:7.3693152675405145 +spec/features/errors/errors_handler_spec.rb:0.20503261592239141 +spec/features/work_packages/custom_actions/custom_actions_me_value_spec.rb:14.77585376612842 +modules/reporting/spec/features/saving_spec.rb:9.328088907524943 +modules/dashboards/spec/features/navigation_spec.rb:2.1283927829936147 +spec/features/work_packages/table/context_menu/context_menu_spec.rb:145.5478376634419 +spec/features/projects/attribute_help_texts_spec.rb:10.240317705087364 +spec/features/work_packages/copy_spec.rb:20.59582013823092 +spec/features/work_packages/table/queries/subject_filter_spec.rb:10.40241398010403 +spec/features/work_packages/new/new_work_package_spec.rb:253.08646127488464 +spec/features/work_packages/table/delete_work_packages_spec.rb:32.72035185806453 +modules/costs/spec/features/time_entries_spec.rb:6.517148063518107 +spec/features/wysiwyg/ui_localization_spec.rb:3.6234860522672534 +spec/features/users/edit_users_spec.rb:8.729601883329451 +spec/features/wiki/adding_editing_history_spec.rb:15.580010006204247 +spec/features/projects/modules_spec.rb:0.9077146602794528 +spec/features/workflows/copy_spec.rb:0.16104448959231377 +spec/features/types/form_configuration_spec.rb:46.22863369528204 +modules/backlogs/spec/features/backlogs/create_story_spec.rb:3.211767186410725 +modules/costs/spec/features/members_hourly_rates_spec.rb:14.287850613705814 +modules/boards/spec/features/boards_sorting_spec.rb:5.592574115842581 +modules/dashboards/spec/features/members_principals_spec.rb:2.1771996933966875 +modules/team_planner/spec/features/team_planner_user_interaction_spec.rb:82.65414220374078 +spec/features/versions/create_spec.rb:0.6988837495446205 +spec/features/admin/enterprise/enterprise_trial_spec.rb:20.02375127095729 +spec/features/projects/projects_portfolio_spec.rb:18.44426612369716 +spec/features/work_packages/table/hierarchy/hierarchy_sorting_spec.rb:3.637794755399227 +modules/reporting/spec/features/menu_spec.rb:0.9225300569087267 +modules/meeting/spec/features/meetings_copy_spec.rb:3.897984204813838 +modules/two_factor_authentication/spec/features/password_change_spec.rb:6.415805174037814 +spec/features/auth/lost_password_spec.rb:0.2948808204382658 +spec/features/work_packages/reports_spec.rb:3.3825402641668916 +spec/features/custom_fields/create_int_spec.rb:2.098195127211511 +spec/features/notifications/settings/pause_reminder_settings_spec.rb:7.231731082312763 +spec/features/users/user_memberships_spec.rb:19.843994930386543 +modules/team_planner/spec/features/team_planner_context_menu_spec.rb:103.6413958221674 +modules/dashboards/spec/features/modifying_with_unallowed_spec.rb:7.363359956070781 -Randomized with seed 32495 -modules/reporting/spec/features/work_package_costlog_spec.rb:11.885801632000039 -modules/costs/spec/features/users_hourly_rates_spec.rb:4.180049813999972 -spec/features/projects/projects_spec.rb:41.34504459599998 -spec/features/versions/project_settings_index_spec.rb:0.8508843870000646 -spec/features/projects/project_status_administration_spec.rb:9.540701884999976 -modules/dashboards/spec/features/news_spec.rb:3.303199804999963 -modules/bim/spec/features/bcf/create_spec.rb:103.98918222199995 -spec/features/types/form_configuration_spec.rb:46.17418194499999 -modules/dashboards/spec/features/read_only_allowed_spec.rb:2.6176449800000228 -modules/two_factor_authentication/spec/features/login/login_with_2fa_spec.rb:4.635740594000026 -spec/features/wysiwyg/macros/embedded_tables_spec.rb:26.573142909000012 -spec/features/menu_items/top_menu_item_spec.rb:14.307945221999944 -spec/features/projects/destroy_spec.rb:2.6973903830000836 -modules/boards/spec/features/board_management_spec.rb:45.02866935399993 -spec/features/work_packages/table/context_menu_spec.rb:110.21184078900001 -spec/features/repositories/repository_settings_spec.rb:11.144786175000036 -spec/features/menu_items/query_menu_item_spec.rb:6.0943186260000175 -spec/features/menu_items/menu_permissions_spec.rb:5.948756432999971 -spec/features/work_packages/details/details_refreshing_spec.rb:1.9220109709999633 -modules/my_page/spec/features/my/work_package_table_spec.rb:23.642005347999998 -modules/meeting/spec/features/meetings_new_spec.rb:7.586142779000056 - -Randomized with seed 55095 - -Randomized with seed 49744 -spec/features/work_packages/table/delete_work_packages_spec.rb:39.92157023499999 -spec/features/statuses/read_only_statuses_spec.rb:7.710051603000011 -spec/features/calendars/calendars_spec.rb:34.64711322799997 -modules/ldap_groups/spec/features/administration_spec.rb:5.992470420000018 -spec/features/work_packages/project_context_switch_spec.rb:3.318924915000025 -spec/features/projects/template_spec.rb:21.548093775999973 -spec/features/work_packages/sorting/table_sorting_spec.rb:14.40286224199997 -modules/dashboards/spec/features/navigation_spec.rb:2.0153153019999763 -spec/features/types/crud_spec.rb:1.5875312819999863 -modules/reporting/spec/features/subproject_spec.rb:2.5862914179999734 -spec/features/members/membership_filter_spec.rb:4.787285677999989 -spec/features/auth/auth_stages_spec.rb:7.056914601000017 -modules/reporting/spec/features/saving_spec.rb:16.534739732999924 -modules/documents/spec/features/attachment_upload_spec.rb:49.942310753000015 -modules/budgets/spec/features/budgets/attachment_upload_spec.rb:26.32920577499999 -spec/features/work_packages/table/relations_spec.rb:16.19484331000001 -spec/features/work_packages/new/new_work_package_spec.rb:194.535419972 -spec/features/wysiwyg/paragraphs_in_lists_spec.rb:1.649885708999932 -modules/webhooks/spec/features/manage_webhooks_spec.rb:6.13021411200009 -spec/features/members/membership_spec.rb:20.700265182000066 -spec/features/work_packages/table/hierarchy/hierarchy_sorting_spec.rb:3.5598189570000613 -spec/features/projects/project_autocomplete_spec.rb:6.843796328000053 - -Randomized with seed 49744 - -Randomized with seed 43411 -spec/features/wiki/child_pages_spec.rb:8.065817856999956 -spec/features/work_packages/details/relations/hierarchy_spec.rb:101.841776235 -spec/features/work_packages/select/select_wp_card_spec.rb:6.9295485139999755 -spec/features/activities/wiki_activity_spec.rb:7.649501906999944 -spec/features/work_packages/sorting/manual_sorting_spec.rb:158.06595065800002 -spec/features/work_packages/table/hierarchy/hierarchy_spec.rb:42.67241113900002 -modules/bim/spec/features/model_viewer_spec.rb:25.467918682999994 -modules/two_factor_authentication/spec/features/password_change_spec.rb:14.845063389000074 -spec/features/wysiwyg/non_breaking_spaces_spec.rb:4.088648584999987 -modules/costs/spec/features/destroy_work_package_with_cost_entries_spec.rb:5.463756978999982 -spec/features/work_packages/details/relations/hierarchy_milestone_spec.rb:2.238002331000075 -spec/features/work_packages/details/milestones_spec.rb:4.382373546999929 -spec/features/types/reset_form_configuration_spec.rb:3.71771645299998 -spec/features/work_packages/table/inline_create/create_work_packages_spec.rb:50.57209068199995 -spec/features/auth/login_spec.rb:9.661814811999989 -spec/features/admin/menu_item_traversal_spec.rb:1.4664855980000766 -spec/features/work_packages/table/hierarchy/hierarchy_parent_below_spec.rb:10.644744316000015 -modules/dashboards/spec/features/project_description_spec.rb:7.209090143000026 -modules/bim/spec/features/bim_revit_add_in_navigation_spec.rb:20.88693036999996 -spec/features/admin/enterprise/enterprise_spec.rb:3.7177424109999038 -modules/two_factor_authentication/spec/features/login/switch_available_devices_spec.rb:1.8971302480000531 - -Randomized with seed 43411 - -Randomized with seed 296 -modules/costs/spec/features/cost_types/create_cost_type_spec.rb:10.32296519800002 -modules/backlogs/spec/features/onboarding/backlogs_onboarding_tour_spec.rb:8.256116918999965 -spec/features/work_packages/tabs/activity_revisions_spec.rb:66.66029008300006 -modules/boards/spec/features/action_boards/assignee_board_spec.rb:32.73663875600005 -modules/two_factor_authentication/spec/features/login/login_enforced_2fa_spec.rb:10.87378895400002 -spec/features/forums/message_spec.rb:20.12150482100003 -spec/features/work_packages/pagination_spec.rb:8.182989065000015 -spec/features/search_spec.rb:179.26737729600006 -modules/bim/spec/features/bim_navigation_spec.rb:87.708789873 -spec/features/menu_items/help_menu_spec.rb:1.3501284950000354 -spec/features/auth/lost_password_spec.rb:1.115389284999992 -spec/features/admin/custom_fields/multi_value_custom_fields_spec.rb:5.217792681999981 -modules/dashboards/spec/features/docments_spec.rb:1.9376574149999897 -spec/features/wysiwyg/work_package_linking_spec.rb:2.9134227810000084 -spec/features/work_packages/table/invalid_query_spec.rb:14.489806662999968 -modules/avatars/spec/features/my_avatar_spec.rb:5.512621036999917 -spec/features/work_packages/tabs/watcher_tab_spec.rb:25.606461746000036 -spec/features/versions/graph_spec.rb:1.2478738910000402 -spec/features/work_packages/table/queries/subject_filter_spec.rb:32.87652382600004 -spec/features/work_packages/bulk/move_work_package_spec.rb:31.742507352000075 -modules/budgets/spec/features/budgets/add_budget_spec.rb:14.750263180000047 - -Randomized with seed 296 -spec/features/work_packages/table/empty_filters_spec.rb:5.173738888999992 -modules/boards/spec/features/board_update_spec.rb:7.063026558999923 -spec/features/users/my_spec.rb:16.437493770999936 -spec/features/users/index_spec.rb:6.325186932999941 -modules/boards/spec/features/board_highlighting_spec.rb:6.537696443999948 -spec/features/work_packages/table/queries/filter_spec.rb:423.6425564230001 -spec/features/work_packages/display_representations/switch_display_representations_spec.rb:17.65540971600001 -modules/meeting/spec/features/meetings_activity_spec.rb:1.7190275709999696 -modules/boards/spec/features/board_reference_work_package_spec.rb:23.889160215999937 -modules/costs/spec/features/cost_types/delete_cost_type_spec.rb:1.6068694860000505 -modules/bim/spec/features/viewer/create_viewpoint_spec.rb:18.475324849000117 -modules/backlogs/spec/features/tasks_on_taskboard_spec.rb:7.820128813999872 -spec/features/work_packages/table/scheduling/manual_scheduling_spec.rb:7.646839917000079 -modules/auth_plugins/spec/features/auth_provider_spec.rb:0.36057159100005265 -modules/budgets/spec/features/work_package_filter_spec.rb:14.587946315000181 -spec/features/work_packages/table/queries/query_history_spec.rb:14.34336184000017 -spec/features/work_packages/table/queries/query_menu_refresh_spec.rb:6.544794679999995 -spec/features/wysiwyg/macros/work_package_button_spec.rb:2.4416001990000495 -spec/features/accessibility/work_packages/work_package_query_spec.rb:29.361946481999894 -modules/backlogs/spec/features/empty_backlogs_spec.rb:1.9052435490000335 -modules/bim/spec/features/bcf/bcf_snapshot_column_spec.rb:1.534350375999793 - -Randomized with seed 62320 +Randomized with seed 44118