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).
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).