stable
Clone or download
Read-only
part of request #38996 finish convert kanban tests in e2e converts part of test_case #15411 converts test_case #15424 and test_case #15432 Note: test_case #15432 was done in personal dashboard, it's now done in project dashboard, I do not think it matters, if it matters we should covers both dashboard Implementation note: Due to select2 and d3js I wasn't able to have proper selector, I needed to disable-eslint for data-selector many times Change-Id: Ib8572cf92168c2825d101867d59e6ebd75c84c6b
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/kanban/scripts/kanban/src/app/add-to-dashboard/add-to-dashboard.tpl.html | +4 | −1 | Go to diff View file |
M | plugins/kanban/scripts/kanban/src/app/edit-kanban/edit-kanban.tpl.html | +2 | −1 | Go to diff View file |
M | plugins/kanban/scripts/kanban/src/app/filter-tracker-report/filter-tracker-report.tpl.html | +1 | −0 | Go to diff View file |
M | plugins/kanban/templates/widgets/widget-kanban-report-selector.mustache | +1 | −0 | Go to diff View file |
M | plugins/kanban/tests/e2e/cypress/cypress/e2e/kanban.cy.ts | +125 | −0 | Go to diff View file |
M | plugins/tracker/include/Tracker/Report/Tracker_Report.class.php | +1 | −1 | Go to diff View file |
M | plugins/tracker/templates/report/header_in_report.mustache | +2 | −2 | Go to diff View file |
M | plugins/tracker/templates/report/tracker-report-expert-query.mustache | +1 | −0 | Go to diff View file |
M | src/templates/common/button_dropdowns.mustache | +4 | −4 | Go to diff View file |
M | src/templates/common/split_button_dropdowns.mustache | +2 | −1 | Go to diff View file |
M | src/templates/dashboard/dashboard-tabs.mustache | +1 | −1 | Go to diff View file |
M | src/templates/dashboard/edit-widget-modal.mustache | +1 | −0 | Go to diff View file |
M | src/templates/dashboard/widgets.mustache | +2 | −1 | Go to diff View file |