fix crash in a particular case of navigation
It happens if there is a full list, but not a check accounts full list...
This commit is contained in:
parent
c18ba9072c
commit
0f79decdba
1 changed files with 1 additions and 1 deletions
|
|
@ -394,7 +394,7 @@ class AccountsPage(BasePage):
|
|||
|
||||
# If there is an action needed before going to the cards page, save it.
|
||||
m = re.search('dialogActionPerformed=([\w_]+)', self.url)
|
||||
if m:
|
||||
if m and m.group(1) != 'EQUIPEMENT_COMPLET':
|
||||
_params['prevAction'] = m.group(1)
|
||||
next_pages.append(_params)
|
||||
yield account
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue