Commit.
This commit is contained in:
parent
9ad717a62f
commit
7b9c5f33d5
|
@ -16,6 +16,9 @@ class TestSigninSite(unittest.TestCase):
|
|||
def tearDown(self) -> None:
|
||||
self.page.reload()
|
||||
|
||||
def test_signin_screenshot(self):
|
||||
self.page.driver.screenshot_for_report()
|
||||
|
||||
@ddt.data(*loadCsv('illegal_passwds.csv'))
|
||||
@ddt.unpack
|
||||
def test_signin_error_admin_pass(self, v1):
|
||||
|
|
Loading…
Reference in New Issue