- Write a new Cypress test
- Get to know how the fixtures work
Write a new test given the following scenario:
Given that consultant Stina has registered 60 min Programming on New app for 2021-02-02
When Stina registers 30 min Meeting on New app for 2021-02-02
Then Stina has a total of registered time of 90 min for 2021-02-02
You can probably take a lot of inspiration from an existing test which adds time to an day which has no privious registrations :)
Make sure that you setup the scenario correct.