Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
aarranz committed Sep 13, 2018
1 parent 5efa34e commit f77b23a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/wirecloud/commons/utils/remote.py
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit f77b23a

Please sign in to comment.