gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [taler-wallet-webex] branch master updated: More logging in


From: gnunet
Subject: [GNUnet-SVN] [taler-wallet-webex] branch master updated: More logging in selenium test
Date: Mon, 20 Feb 2017 13:24:09 +0100

This is an automated email from the git hooks/post-receive script.

marcello pushed a commit to branch master
in repository wallet-webex.

The following commit(s) were added to refs/heads/master by this push:
     new 5ad34d8  More logging in selenium test
5ad34d8 is described below

commit 5ad34d8dfdb306771126c88b26211ec3f751f6b9
Author: Marcello Stanisci <address@hidden>
AuthorDate: Mon Feb 20 13:24:12 2017 +0100

    More logging in selenium test
---
 selenium/withdraw_buy.py | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/selenium/withdraw_buy.py b/selenium/withdraw_buy.py
index cc1f71e..fa6f291 100644
--- a/selenium/withdraw_buy.py
+++ b/selenium/withdraw_buy.py
@@ -137,11 +137,17 @@ def buy_article(client):
         # did NOT work.
         actions = ActionChains(client)
         time.sleep(2)
+        logger.info("Batching:..")
+        logger.info("..scroll page down")
         actions.move_to_element(further_teaser)
         time.sleep(2)
+        logger.info("..focus on article")
         actions.move_to_element(teaser)
         time.sleep(2)
+        logger.info("..click on article")
         actions.click(teaser)
+        time.sleep(2)
+        logger.info("Performing batched actions")
         actions.perform()
     except (NoSuchElementException, TimeoutException):
         logger.error('Could not choose "Foreword" chapter on blog')
@@ -150,6 +156,7 @@ def buy_article(client):
     time.sleep(1)
     try:
         confirm_pay = wait.until(EC.element_to_be_clickable((By.XPATH, 
"//address@hidden'accept']"))) 
+        logger.info("Pay button turned clickable")
     except TimeoutException:
         logger.error('Could not confirm payment on blog')
         sys.exit(1)

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]