aboutsummaryrefslogtreecommitdiff
path: root/selenium
diff options
context:
space:
mode:
Diffstat (limited to 'selenium')
-rw-r--r--selenium/test.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/selenium/test.py b/selenium/test.py
index d5cfad1f5..dd1fc8ae5 100644
--- a/selenium/test.py
+++ b/selenium/test.py
@@ -110,7 +110,7 @@ def make_donation(client, amount_menuentry=None):
sys.exit(1)
confirm_taler.click() # Taler as payment option chosen
# explicit get() is needed, it hangs (sometimes) otherwise
- time.sleep(1)
+ time.sleep(3) #FIXME use better way to 'Ok' Taler at checkout page
client.get(client.current_url)
try:
confirm_pay = wait.until(EC.element_to_be_clickable((By.XPATH, "//button[@class='accept']")))