Skip to content
Snippets Groups Projects

Fix StaleElementException when waiting for loading of Subscriptions

+ 1
0
@@ -60,4 +60,5 @@ def subscriptions_loaded_cond(browser):
return any((link != '/home' for link in extract_hrefs_hashes(sub_links)))
except StaleElementReferenceException:
pass
return False
return loaded
Loading