Actions
Testing #3292
closedFailing system test with RM 6
Start date:
Due date:
% Done:
0%
Estimated time:
Compatible Redmine Version:
6.0.z
Pull Request Link:
Description
ERROR RedmineTableCalculationInheritance::RenderGroupedResultsTableTest#test_should_render_expanded_grouped_calculation_results (18.79s)
Minitest::UnexpectedError: Selenium::WebDriver::Error::ElementClickInterceptedError: element click intercepted: Element <legend onclick="toggleFieldset(this);" class="icon icon-collapsed">...</legend> is not clickable at point (115, 572). Other element would receive the click: <div role="dialog" aria-live="polite" aria-label="cookieconsent" aria-describedby="cookieconsent:desc" class="cc-window cc-floating cc-type-info cc-theme-block cc-bottom cc-left cc-color-override--737401980" style="">...</div>
(Session info: chrome=130.0.6723.91)
plugins/redmine_table_calculation_inheritance/test/system/render_grouped_results_table_test.rb:47:in `block in <class:RenderGroupedResultsTableTest>'
FAIL TableCaclulationInheritance::ProjectsControllerTest#test_should_display_spreadsheet_card_on_projects_overview_page (39.02s)
Expected: "Number of devices"
Actual: "Project Type:".
Expected: 1
Actual: 0
plugins/redmine_table_calculation_inheritance/test/functional/projects_controller_patch_test.rb:54:in `block (2 levels) in <class:ProjectsControllerTest>'
plugins/redmine_table_calculation_inheritance/test/functional/projects_controller_patch_test.rb:53:in `block in <class:ProjectsControllerTest>'
FAIL RedmineTableCalculationInheritance::SpreadsheetsControllerTest#test_should_not_show_results_in_card_on_spreadsheets_main_page_if_not_allowed_to (44.01s)
Expected exactly 1 element matching ".spreadsheet.box", found 3.
Expected: 1
Actual: 3
plugins/redmine_table_calculation_inheritance/test/functional/spreadsheets_controller_test.rb:143:in `block in <class:SpreadsheetsControllerTest>'
Updated by liaham 4 days ago
The error changed after disabling the redmine_cookie_consent plugin:
FAIL RedmineTableCalculationInheritance::FrozenValueInheritanceTest#test_should_edit_existing_final_result_in_final_result_table (8.76s)
Expected: "/login"
Actual: "/my/page"
test/application_system_test_case.rb:71:in `log_user'
plugins/redmine_table_calculation_inheritance/test/system/frozen_value_inheritance_test.rb:54:in `block in <class:FrozenValueInheritanceTest>'
DEPRECATION WARNING: to_time will always preserve the timezone offset of the receiver in Rails 8.0. To opt in to the new behavior, set `ActiveSupport.to_time_preserves_timezone = true`. (called from time_tag at /home/liane-xmera/redmine/app/helpers/application_helper.rb:757)
Actions