stable

Clone or download

Read-only

request #16684 Have a cypress test for implicit backlog planning view

No functional change. make tests_cypress with the agiledashboard plugin should be successful. Change-Id: I8190eb68689c7c92377ced4a7ed31f3c2832aa7b

Modified Files

Name
M plugins/agiledashboard/scripts/planning-v2/src/app/backlog/backlog.tpl.html +4 −1 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/milestone/milestone.tpl.html +1 −1 Go to diff View file
M plugins/agiledashboard/scripts/planning-v2/src/app/planner-view/planner-view.tpl.html +1 −0 Go to diff View file
M plugins/agiledashboard/templates/home.mustache +1 −1 Go to diff View file
A plugins/agiledashboard/tests/e2e/cypress/_fixtures/implicit_backlog/project.xml +2232 −0 Go to diff View file
A plugins/agiledashboard/tests/e2e/cypress/_fixtures/implicit_backlog/users.xml +35 −0 Go to diff View file
A plugins/agiledashboard/tests/e2e/cypress/cypress/integration/implicit_backlog.spec.ts +43 −0 Go to diff View file