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>'
Actions