fix website changes on auth page

This commit is contained in:
Romain Bignon 2014-12-17 17:48:43 +01:00
commit dcd0eb430d
2 changed files with 2 additions and 2 deletions

View file

@ -34,7 +34,7 @@ __all__ = ['LoginPage']
class LoginPage(HTMLPage):
def login(self, username, password):
form = self.get_form(name='formIdentification')
form = self.get_form('//form[@id="formAuth"]')
form['noPersonne'] = username
form['motDePasse'] = password