suports new page which asks for a code from a card
This commit is contained in:
parent
3f5b2c6d41
commit
67a6310519
2 changed files with 6 additions and 2 deletions
|
|
@ -45,6 +45,9 @@ class ChangePasswordPage(BasePage):
|
|||
def on_loaded(self):
|
||||
raise BrowserIncorrectPassword('Please change your password')
|
||||
|
||||
class VerifCodePage(BasePage):
|
||||
def on_loaded(self):
|
||||
raise BrowserIncorrectPassword('Unable to login: website asks a code from a card')
|
||||
|
||||
class InfoPage(BasePage):
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue