Hello
I am trying to run the cypress tests on my unmodified forked code in gitpod environment and my cypress tests are failing with error like below. The application is up and running and I have tested the application using gitpod provided URL. I have also ran the cypress install command using npm (npm run cypress:install-build-tools). Please also note that the same error I had ran into when I tried to set up the local codebase on my Mac . The link to the repository: GitHub - sucheta90/freeCodeCamp: freeCodeCamp.org's open-source codebase and curriculum. Learn to code for free. and the link to the hosted version of the code: https://8000-sucheta90-freecodecamp-pbiutscchb4.ws-us82.gitpod.io/
The error I am running into is below.
Running: learn/challenge-hot-keys.js (1 of 10)
The hotkeys should work correctly
(Attempt 1 of 5) should be possible to navigate to the next challenge/projects and previous
(Attempt 2 of 5) should be possible to navigate to the next challenge/projects and previous
(Attempt 3 of 5) should be possible to navigate to the next challenge/projects and previous
(Attempt 4 of 5) should be possible to navigate to the next challenge/projects and previous
1) "before each" hook for "should be possible to navigate to the next challenge/projects and previous"
0 passing (1m)
1 failing
1) The hotkeys should work correctly
"before each" hook for "should be possible to navigate to the next challenge/projects and previous":
AssertionError: Timed out retrying after 4000ms: Expected to find content: 'Welcome back' but never did.
Because this error occurred during a `before each` hook we are skipping the remaining tests in the current suite: `The hotkeys should work cor...`
at Context.login (webpack:///./cypress/support/commands.ts:4:5)