From f77b23a998b67054719f267e3ba619a11ee563e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Arranz?= Date: Thu, 13 Sep 2018 17:16:01 +0200 Subject: [PATCH] test --- src/wirecloud/commons/utils/remote.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wirecloud/commons/utils/remote.py b/src/wirecloud/commons/utils/remote.py index accc3488c0..7fad82307d 100644 --- a/src/wirecloud/commons/utils/remote.py +++ b/src/wirecloud/commons/utils/remote.py @@ -1343,7 +1343,7 @@ def wait_loading_window_fadding(driver): except: pass - self.wait_element_visible('.wc-body:not(.se-on-transition)') + WebDriverWait(self.driver, 10).until(lambda driver: self.get_current_view() != '') time.sleep(0.2) # work around some problems