Skip to content

Commit

Permalink
Address review comment.
Browse files Browse the repository at this point in the history
  • Loading branch information
seanlip committed Jan 7, 2025
1 parent 3e16f6a commit 0fac3e2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Troubleshooting.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,6 +113,10 @@ Then run `pip install future`.

If running `which java` on the terminal does not return any output, you do not have java installed. You can install it by running `sudo apt install openjdk-11-jre`. Note that this command might vary for your local machine.

You can confirm your version of Java using the command `java -version`. It should be 11 or higher.

If you need to change the default binary for the `java` command, use `sudo update-alternatives --config java`.

### Frontend Tests Stuck

If you're unable to run frontend tests while pushing your changes due to the script getting stuck, please go to "node_modules" directory (located at the same level as that of the root directory) and delete the "webdriverio" directory present inside that folder.
Expand Down

0 comments on commit 0fac3e2

Please sign in to comment.