Pep8 cleaning

This commit is contained in:
Florent 2013-01-24 21:59:46 +01:00
commit 5b6e475428
4 changed files with 34 additions and 24 deletions

View file

@ -137,6 +137,7 @@ class LoginPage2(BasePage):
self.browser['mrc:mrg'] = 'mrc:mrg'
self.browser.submit(nologin=True)
class StopPage(BasePage):
def on_loaded(self):
raise BrowserIncorrectPassword('Please login on website to fill the form and retry')