summaryrefslogtreecommitdiff
path: root/app
diff options
context:
space:
mode:
authorHui Lan <lanhui@zjnu.edu.cn>2021-02-11 21:23:19 +0800
committerHui Lan <lanhui@zjnu.edu.cn>2021-02-11 21:23:19 +0800
commitb90fe1c154af500bce3f4a1cdf5e942ac8976842 (patch)
tree660cd2e565def452a18b2b92fbcb5cc24722d972 /app
parent48fd5470397a33731b37a03c8414a389288eca31 (diff)
app/test/test_add_word.py: refresh a few more times.maodun-revision
Diffstat (limited to 'app')
-rw-r--r--app/test/test_add_word.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/app/test/test_add_word.py b/app/test/test_add_word.py
index a770880..9a46fe3 100644
--- a/app/test/test_add_word.py
+++ b/app/test/test_add_word.py
@@ -61,6 +61,8 @@ def test_add_word():
elem.click()
driver.refresh()
+ driver.refresh()
+ driver.refresh()
elems = driver.find_elements_by_xpath("//p[@class='new-word']/a")
found = 0