Skip to content
Commit adb2d6e0 authored by Fong NGO's avatar Fong NGO Committed by Romain Bignon
Browse files

[fortuneo] Action needed: iframe is now visited every time

The main change is allowing every iframe to be visited whatever its src attribute is,
in order to detect whether or not there are CGUs.

It replaces my previous patch (09621839c8bdbca2986b24747282b10f1f770aff)
in which i was trying to skip the action needed as well, but didn't
notice the bug still occured during the first iter_accounts() runned by
the blackbox (the patch corrected the bug during the second iter_accounts,
from the state we were left at after the first iter_accounts)

Also, some refactoring:
- don't deal with the action needed with an on_load method in AccountsPage
- test the existence of an action needed only once with an extra
attribute self.action_needed_processed
parent 4c83f08d
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment