Skip to content
Commit 99a5d295 authored by Quentin Defenouillere's avatar Quentin Defenouillere Committed by Romain Bignon
Browse files

[lcl] Avoid crash when trying get_operations() on the LoginPage

Sometimes the LCL website does not work properly and we randomly land on
the LoginPage while trying to get transactions:
AttributeError: 'LoginPage' object has no attribute 'get_operations'

I added an "if" to verify if we are on the login page and raise
BrowserUnavailable before calling "get_operations()" to prevent these
issues that are not always reproducible.

Closes: 16243@Sibi
parent d3442166
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