Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
- 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
|
|
|