diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2021-02-11 21:23:19 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2021-02-11 21:23:19 +0800 |
commit | b90fe1c154af500bce3f4a1cdf5e942ac8976842 (patch) | |
tree | 660cd2e565def452a18b2b92fbcb5cc24722d972 /app/test/test_add_word.py | |
parent | 48fd5470397a33731b37a03c8414a389288eca31 (diff) |
app/test/test_add_word.py: refresh a few more times.maodun-revision
Diffstat (limited to 'app/test/test_add_word.py')
-rw-r--r-- | app/test/test_add_word.py | 2 |
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 |