stable
Clone or download
Read-only
This is a part of request #14067 Add cypress test for the kanban How to test: make tests_cypress => Tests should be OK Change-Id: I6c0629afd38723d02bc540579cc89069f9bbdaeb
Modified Files
Name | ||||
---|---|---|---|---|
M | plugins/agiledashboard/templates/empty-home.mustache | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/templates/home-kanban.mustache | +1 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/card-fields/tuleap-simple-field-directive.js | +2 | −1 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/add-in-place/add-in-place.tpl.html | +4 | −3 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/edit-kanban/edit-kanban.tpl.html | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-column/column-wip-header/column-wip-header.tpl.html | +2 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-column/kanban-column.tpl.html | +1 | −0 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban-item/kanban-item.tpl.html | +4 | −3 | Go to diff View file |
M | plugins/agiledashboard/www/js/kanban/src/app/kanban.tpl.html | +4 | −0 | Go to diff View file |
A | tests/e2e/_fixtures/kanban_project/project.xml | +42 | −0 | Go to diff View file |
A | tests/e2e/_fixtures/kanban_project/users.xml | +35 | −0 | Go to diff View file |
A | tests/e2e/full/cypress/integration/kanban.spec.js | +179 | −0 | Go to diff View file |
M | tests/e2e/full/tuleap/setup.sh | +1 | −0 | Go to diff View file |