summaryrefslogtreecommitdiff
path: root/yaksh/live_server_tests/selenium_test.py
AgeCommit message (Collapse)Author
2020-12-15Fix tests and quiz templateadityacp
2020-02-12Fix selenium testadityacp
2018-10-09Minor UI changes and selenium test fixesankitjavalkar
2018-07-13Fix minor issue in seleniumprathamesh
2018-07-13pep8 cleanup for release v0.9maheshgudi
2018-07-13Fix unit and selenium tests for simple questionsmaheshgudi
2018-02-08Change Selenium testsadityacp
2018-01-02Update to latest changesadityacp
2017-12-14Change test filesadityacp
- Add new views test - Fix Selenium tests
2017-11-23Fix selenium testsadityacp
2017-09-01Merge branch 'master' of https://github.com/FOSSEE/online_test into ↵prathamesh
improve-code-server Conflicts Resolved: yaksh/templates/yaksh/question.html
2017-09-01Removed all the checkpoints set for selenium tests on travisprathamesh
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-01updated travis config and added print to debug on travisprathamesh
2017-08-23Added custom expected condition classprathamesh
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-18Adds quit quiz function in seleniummahesh
2017-08-18Added 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-18Adds test cases for yamlmahesh
- Fixes selenium test cases, test_models, test_views - Fixes create demo question paper
2017-03-06Multiple fixes:ankitjavalkar
- Add error message details to SeleniumTestError - Fix next question cycling in models - Fix model test cases
2017-03-03Add message argument to SeleniumTestErrorankitjavalkar
2017-03-01Fix 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-17Modify button label in complete.htmlankitjavalkar
2017-02-17Multiple minor fixesankitjavalkar
- 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-21Place selenium script and unit tests in live_server_tests dirankitjavalkar