vikunja-frontend/cypress/integration/list
konrad efed128f03 fix: rely on api to properly sort tasks on home page (#1997)
This PR changes the behaviour of how tasks are sorted. Before, the frontend would sort tasks but this resulted in some cases where tasks were not sorted properly. Most of this is test code to reliably reproduce the problem and make fixing it easier.
The actual bug was in Vikunja's api, therefore I've removed all sorting of tasks in the frontend and ensured the api properly sorts tasks.

Fixes https://github.com/go-vikunja/frontend/issues/54

Depends on https://kolaente.dev/vikunja/api/pulls/1177

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: https://kolaente.dev/vikunja/frontend/pulls/1997
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-06-01 16:59:59 +00:00
..
list-history.spec.js fix(tests): make sure the namespace exists before trying to run the history tests 2022-01-30 22:51:29 +01:00
list-view-gantt.spec.js fix(tests): make sure to create all lists before doing anything 2022-01-30 22:47:59 +01:00
list-view-kanban.spec.js chore: align wording in task detail view 2022-02-20 12:03:45 +01:00
list-view-list.spec.js fix: rely on api to properly sort tasks on home page (#1997) 2022-06-01 16:59:59 +00:00
list-view-table.spec.js fix: list specs 2022-01-04 21:55:30 +01:00
list.spec.js Merge branch 'main' into fix/upcoming 2022-02-05 20:02:30 +01:00
namespaces.spec.js fix: namespace new buttons on mobile (#1262) 2022-01-05 12:46:33 +00:00
prepareLists.js fix: list specs 2022-01-04 21:55:30 +01:00