I’m working on the Pomdoro clock and am trying to check progress with the test suite. I am not finished with the clock, but should be around 20/29 (haven’t done CSS yet so it’s very ugly).
But when trying to run tests all but 1 fail and only four are listed with:
- “before each” hook
- “after all” hook
- “before each” hook for “I can see an element with id=“break-label” that contains a string (e.g. “Break Length”).”
- “after each” hook for “I can see an element with id=“break-label” that contains a string (e.g. “Break Length”).”
The last two I have in already but still fail, and I’m not sure what the hooks are referencing. Also none of the other tests are showing up.