remotemobprogramming / timer

A team timer for mob.sh.
https://timer.mob.sh
MIT License
23 stars 4 forks source link

Fix stats page Cypress test #47

Closed jmp closed 7 months ago

jmp commented 1 year ago

The stats page is available Cypress test was opening the help page instead of the stats page, and also asserted that the page contains "Help" instead of "Stats".

This fixes the test by opening the correct URL and asserting the right thing.

Additionally, removed the unnecessary roomId from the help test (probably a copy-paste artifact from the previous test).