diff options
-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 |