diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2017-02-14 21:46:21 +0100 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2017-02-14 21:46:21 +0100 |
commit | 2ca731a6b883743c0cf96a9ae344ddb39c6357d0 (patch) | |
tree | 283432eae1fcca34306cdfca0de10ac080bbc6e5 /selenium | |
parent | 3a074443b764bf38b24e5ff4ef7e81d6ba351a55 (diff) |
Selenium script comments
Diffstat (limited to 'selenium')
-rw-r--r-- | selenium/chrome_responsive.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/selenium/chrome_responsive.py b/selenium/chrome_responsive.py index d3b8a30d7..9d9ab41f1 100644 --- a/selenium/chrome_responsive.py +++ b/selenium/chrome_responsive.py @@ -1,9 +1,7 @@ #!/usr/bin/env python3 """ -Tests for the wallet. It looks for an env variable called TALER_BASEURL -where it appends "/banks" etc. in order to find bank and shops. If not -found, it defaults to https://test.taler.net/ +Stub used to just test how selenium triggers chrome """ from selenium import webdriver |