0
0
Fork 0

Merge pull request #7 from lanlab-org/Lanhui-update-test_next_essay

app/test/test_next_essay.py: click Next button 5 times.
Lanhui-add-articles
Software Project Management 2021-06-09 13:18:58 +08:00 committed by GitHub
commit d02da7ba9c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

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