diff options
author | Hui Lan <lanhui@zjnu.edu.cn> | 2021-02-07 18:06:28 +0800 |
---|---|---|
committer | Hui Lan <lanhui@zjnu.edu.cn> | 2021-02-07 18:06:28 +0800 |
commit | b5ff3228363ac14e55a334afc2cfa428f54f0a18 (patch) | |
tree | ce11e14bf987e27be743db3dbb4a52a2dac42351 | |
parent | 9521cc7b22e6472edc1fd4979a014074f00d72c2 (diff) |
app/test/test_add_word.py: capture one more screenshot.
-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 e449293..f4fdb68 100644 --- a/app/test/test_add_word.py +++ b/app/test/test_add_word.py @@ -55,5 +55,7 @@ def test_add_word(): driver.save_screenshot('./app/test/test_add_word_pic2.png') elem = driver.find_element_by_xpath('//form[1]/input[1]') # 找到加入我的生词簿按钮 elem.click() + + driver.save_screenshot('./app/test/test_add_word_pic3.png') driver.quit() |