Age | Commit message (Collapse) | Author |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- Add new views test
- Fix Selenium tests
|
|
|
|
improve-code-server
Conflicts Resolved:
yaksh/templates/yaksh/question.html
|
|
javascript strings includes method changed to indexOf, as includes
belongs to ES6. This was the main reason for failure of selenium tests
on travis.
|
|
|
|
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
|
|
|
|
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.
|
|
- Fixes selenium test cases, test_models, test_views
- Fixes create demo question paper
|
|
- Add error message details to SeleniumTestError
- Fix next question cycling in models
- Fix model test cases
|
|
|
|
- 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
|
|
|
|
- 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
|
|
|