fix confirm page pattern
This commit is contained in:
parent
e77865064b
commit
319fdb0576
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,7 @@ class BNPorc(Browser):
|
|||
'.*NS_AVEDP.*': pages.AccountPrelevement,
|
||||
'.*Action=DSP_VGLOBALE.*': pages.LoginPage,
|
||||
'.*type=homeconnex.*': pages.LoginPage,
|
||||
'.*layout=HomeConnexion': pages.ConfirmPage,
|
||||
'.*layout=HomeConnexion.*': pages.ConfirmPage,
|
||||
}
|
||||
|
||||
is_logging = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue