fix name of login field to remember client number
This commit is contained in:
parent
20d51091b2
commit
eac8a7a0e4
1 changed files with 1 additions and 1 deletions
|
|
@ -100,7 +100,7 @@ class LoginPage(BasePage):
|
||||||
self.browser['zone1Form:dateDay'] = birthday[0:2]
|
self.browser['zone1Form:dateDay'] = birthday[0:2]
|
||||||
self.browser['zone1Form:dateMonth'] = birthday[2:4]
|
self.browser['zone1Form:dateMonth'] = birthday[2:4]
|
||||||
self.browser['zone1Form:dateYear'] = birthday[4:9]
|
self.browser['zone1Form:dateYear'] = birthday[4:9]
|
||||||
self.browser['zone1Form:radioSaveClientNumber'] = False
|
self.browser['zone1Form:idRememberMyCifCheck'] = False
|
||||||
self.browser.submit(nologin=True)
|
self.browser.submit(nologin=True)
|
||||||
|
|
||||||
def error(self):
|
def error(self):
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue