tests: cmd-checklist: fix tests
- Use JSON bodies instead of form params. Newer Flask version don't
support form params without specific config, and moving to JSON feels
like a cleaner solution. - Replace many sleeps with a retry mechanism to avoid most race
conditions. - Fix many outdated messages, etc.
Related MRs:
Edited by Majavah