Merge branch 'master' of https://github.com/lanlab-org/EnglishPal into SPM-Spring2021-2599-张小飞201831990641

pull/1/head
张小飞 2021-06-09 22:58:30 +08:00
commit d21dfc8da3
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')