This commit is contained in:
zhaoyafan 2023-03-14 18:47:37 +08:00
parent e8498cb32b
commit 9f10cd9430
1 changed files with 1 additions and 0 deletions

View File

@ -17,6 +17,7 @@ class TestSigninSite(unittest.TestCase):
self.page.reload()
def test_signin_screenshot(self):
self.page.driver.wait(3)
self.page.driver.screenshot_for_report()
@ddt.data(*loadCsv('illegal_passwds.csv'))