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