Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 564 Bytes

LAB 2.md

File metadata and controls

20 lines (13 loc) · 564 Bytes

Lab 2: Test after

Goals

  • Write a new Cypress test
  • Get to know how the fixtures work

Task

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.