-
Notifications
You must be signed in to change notification settings - Fork 228
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix selenium tests: #231
Fix selenium tests: #231
Conversation
f0f9434
to
925d75e
Compare
- Fix addition of answer to codemirror using selenium - Add custom exception when selenium fails - Add id to logout button on student interface - Fix imports for Python3 support in load_test.py
925d75e
to
ee3b4a2
Compare
429dd74
to
15deb7d
Compare
The tests are not passing because the Travis is pulling from the master branch of FOSSEE/online_test. Here is a local branch that is passing https://travis-ci.org/ankitjavalkar/online_test/builds/206595857 |
- Install dependencies from requirements and use setup.py Modify setup.py to remove selenium from install_requires
90b6590
to
08641e7
Compare
" test on Yaksh!" | ||
"Error:\n ".format(e)) | ||
|
||
raise SeleniumTestError() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Need to call raise SeleniumTestError(msg)
instead of not using the message.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
fixed
4d228ac
to
ea58f85
Compare
Fix selenium tests:
- Fix addition of answer to codemirror using selenium
- Add custom exception when selenium fails
- Add id to logout button on student interface
- Fix imports for Python3 support in load_test.py