summaryrefslogtreecommitdiff
path: root/app/test/test_next_essay.py
AgeCommit message (Collapse)Author
2021-02-10app/test/test_*.py: add implicit waits.Hui Lan
2021-02-10app/test/test_*.py: try ... finally clause.Hui Lan
2021-02-10app/test/test_next_essay.py: click Next three times so that it is very ↵Hui Lan
unlikely the essay won't change.
2021-02-10app/test/test_next_essay.py: update element search method.Hui Lan
2021-02-08app/test/test_*.py: add # -*- coding: utf-8 -*- to resolve the pytest error: ↵Hui Lan
SyntaxError: Non-ASCII character.
2021-02-06app/test/test_next_essay.py: quit driver after use (to save memory).Hui Lan
2021-02-06app/test/test_next_essay.py: remove the loop.Hui Lan
2021-02-06Jenkinsfile: test case for clicking Next link (sleep for 3 seconds).Hui Lan
2021-02-06app/test/test_next_essay.py: click next link.Hui Lan