sgpe: fix login (bad indent)

This commit is contained in:
Romain Bignon 2013-07-28 15:31:00 +02:00
commit adba87ddcb

View file

@ -58,7 +58,7 @@ class SGPEBrowser(BaseBrowser):
if not self.is_on_page(LoginPage):
self.location('https://' + self.DOMAIN + '/', no_login=True)
self.page.login(self.username, self.password)
self.page.login(self.username, self.password)
# force page change
if not self.is_on_page(AccountsPage):