Age | Commit message (Collapse) | Author | |
---|---|---|---|
2020-02-12 | Fix selenium test | adityacp | |
2018-10-09 | Minor UI changes and selenium test fixes | ankitjavalkar | |
2018-07-13 | Fix minor issue in selenium | prathamesh | |
2018-07-13 | pep8 cleanup for release v0.9 | maheshgudi | |
2018-07-13 | Fix unit and selenium tests for simple questions | maheshgudi | |
2018-07-13 | Fix tests | ankitjavalkar | |
2018-02-08 | Change Selenium tests | adityacp | |
2018-01-02 | Update to latest changes | adityacp | |
2017-12-14 | Change test files | adityacp | |
- Add new views test - Fix Selenium tests | |||
2017-11-23 | Fix selenium tests | adityacp | |
2017-09-05 | Removed redundancy from request handler JS | prathamesh | |
2017-09-01 | Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵ | prathamesh | |
improve-code-server Conflicts Resolved: yaksh/templates/yaksh/question.html | |||
2017-09-01 | Removed all the checkpoints set for selenium tests on travis | prathamesh | |
javascript strings includes method changed to indexOf, as includes belongs to ES6. This was the main reason for failure of selenium tests on travis. | |||
2017-09-01 | updated travis config and added print to debug on travis | prathamesh | |
2017-08-23 | Added custom expected condition class | prathamesh | |
To check if the ontop div display is none. If so then the selenium will proceed ahead else wait for the div property to change. Currently I have not specified the actual exception in try except, will add later Modified JS to handle ontop div | |||
2017-08-18 | Adds quit quiz function in selenium | mahesh | |
2017-08-18 | Added 8 seconds sleep in selenium test for now. | prathamesh | |
As implicit wait is not functioning as desired. Added sleep for now. Since new exam interface has AJAX request response, so interface sets a blank div on top of all divs to prevent further events till a response is received. So selenium does not get the required HTML element at that period. And 8 seconds because for infinite loop server responds after 4 seconds. | |||
2017-08-18 | Adds test cases for yaml | mahesh | |
- Fixes selenium test cases, test_models, test_views - Fixes create demo question paper | |||
2017-08-17 | changed import from settings as per new code sever | prathamesh | |
2017-03-06 | Multiple fixes: | ankitjavalkar | |
- Add error message details to SeleniumTestError - Fix next question cycling in models - Fix model test cases | |||
2017-03-03 | Add message argument to SeleniumTestError | ankitjavalkar | |
2017-03-02 | Remove commented code | ankitjavalkar | |
2017-03-01 | Fix selenium tests: | ankitjavalkar | |
- 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 | |||
2017-02-17 | Modify button label in complete.html | ankitjavalkar | |
2017-02-17 | Multiple minor fixes | ankitjavalkar | |
- Display a message when the question paper exists but has no questions - Avoid logout after encountering no quiz/no questions - Remove incorrect logout message in complete | |||
2016-09-21 | Place selenium script and unit tests in live_server_tests dir | ankitjavalkar | |