suports new page which asks for a code from a card

This commit is contained in:
Romain Bignon 2013-04-01 14:54:44 +02:00
commit 67a6310519
2 changed files with 6 additions and 2 deletions

View file

@ -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