app/test/test_next_essay.py: click Next 5 times.

pull/1/head
Lan Hui 2021-06-09 09:17:19 +08:00
parent 3ef96ae447
commit 90ab0be3d6
1 changed files with 1 additions and 1 deletions

View File

@ -42,7 +42,7 @@ def test_next():
# click Next
diff = 0
for i in range(3):
for i in range(5):
elem = driver.find_element_by_link_text('下一篇')
elem.click()
driver.save_screenshot('./app/test/test_next_essay_pic1.png')