BUG: siginin test script does not work when given invalid credentials
Steps to reproduce
- Find login details that do not work, example:
email: sdfdsfsdfdfd
pass: dsfdsfdfdsfdf
- Enter these into
src/web/test_case_scripts/test_signin.py
- Run the test
Expected Result: The test should say: 'Test Failed' and chrome should close down
Actual Result: The script hangs on the if statement right before printing whether the test failed or passed, and chrome does not close