From f44a4ce90fc4f3b4b50c05d88d8232dfe2fa2b35 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E5=B0=8F=E9=A3=9E?= <2624970078@qq.com> Date: Fri, 4 Jun 2021 14:58:29 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9app\test\test=5Flogin.py?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E8=8B=A5=E5=B9=B2=E4=BB=A3=E7=A0=81=EF=BC=8C?= =?UTF-8?q?=E6=B5=8B=E8=AF=95bug=E6=98=AF=E5=90=A6=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/test/test_login.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app/test/test_login.py b/app/test/test_login.py index 1549936..c69e499 100644 --- a/app/test/test_login.py +++ b/app/test/test_login.py @@ -60,6 +60,9 @@ def test_login(): driver.save_screenshot('./app/test/test_login_pic4.png') assert 'EnglishPal Study Room for ' + uname in driver.title + #logout + driver.get(HOME_PAGE + 'logout') + # 测试bug是否修复 driver.get(HOME_PAGE) elem = driver.find_element_by_link_text('登录')