summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHui Lan <lanhui@zjnu.edu.cn>2021-02-10 21:13:22 +0800
committerHui Lan <lanhui@zjnu.edu.cn>2021-02-10 21:13:22 +0800
commit0bbac853906eab72ad7b46ca68b32f0c356d63a3 (patch)
tree2f647e32aeb5ec6cc275f0a11ccc49af361291fb
parentfee9745050082d5578be2efdf703502e7cd79f66 (diff)
app/test/test_add_word.py: do not save pic0.
-rw-r--r--app/test/test_add_word.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/app/test/test_add_word.py b/app/test/test_add_word.py
index 2633be8..4fb38bc 100644
--- a/app/test/test_add_word.py
+++ b/app/test/test_add_word.py
@@ -39,7 +39,6 @@ def test_add_word():
assert 'EnglishPal Study Room for ' + uname in driver.title
# get essay content
- driver.save_screenshot('./app/test/test_add_word_pic0.png')
elem = driver.find_element_by_id('text-content')
essay_content = elem.text