vikunja/cypress/support
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 vikunja/api#1177

Co-authored-by: kolaente <k@knt.li>
Reviewed-on: vikunja/frontend#1997
Reviewed-by: Dominik Pschenitschni <dpschen@noreply.kolaente.de>
2022-06-01 16:59:59 +00:00
..
authenticateUser.js Frontend Testing With Cypress (#313) 2020-12-10 13:52:35 +00:00
commands.js Improve tests 2021-05-31 21:37:21 +02:00
factory.js feat: remove lodash dependency (#743) 2021-10-06 20:25:06 +00:00
index.js feat(tests): replace cypress-file-upload with .selectFile() (#1460) 2022-01-30 16:17:03 +00:00
seed.js Fix saving showing archived setting 2021-06-03 15:31:39 +02:00
updateUserSettings.js fix: rely on api to properly sort tasks on home page (#1997) 2022-06-01 16:59:59 +00:00