be sure we are logout before login
This commit is contained in:
parent
0dce591756
commit
b040b07f44
1 changed files with 1 additions and 0 deletions
|
|
@ -74,6 +74,7 @@ class IngBrowser(LoginBrowser):
|
||||||
assert self.password.isdigit()
|
assert self.password.isdigit()
|
||||||
assert self.birthday.isdigit()
|
assert self.birthday.isdigit()
|
||||||
|
|
||||||
|
self.do_logout()
|
||||||
self.loginpage.stay_or_go()
|
self.loginpage.stay_or_go()
|
||||||
|
|
||||||
self.page.prelogin(self.username, self.birthday)
|
self.page.prelogin(self.username, self.birthday)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue