diff options
author | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-11-10 00:11:22 +0100 |
---|---|---|
committer | Marcello Stanisci <marcello.stanisci@inria.fr> | 2016-11-10 00:11:22 +0100 |
commit | 6492b6488a6b781361b4eec965deb584080b1eb5 (patch) | |
tree | bb8a1d8581a06d03aad64dc5ca8b50bc03e0d211 /i18n | |
parent | 1dd7ae8452e7bf6500eaa5af1dc0d8b43727ff2c (diff) |
selenium: fixing the way (certain) elements are clicked.
Namely, since the lang bar at the bottom has absolute position it overlays on elements
to be clicked; so the window needs to be scrolled a bit further in order to click the
desired elements
Diffstat (limited to 'i18n')
-rw-r--r-- | i18n/de.po | 2 | ||||
-rw-r--r-- | i18n/en-US.po | 2 | ||||
-rw-r--r-- | i18n/fr.po | 2 | ||||
-rw-r--r-- | i18n/it.po | 2 | ||||
-rw-r--r-- | i18n/taler-wallet-webex.pot | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/i18n/de.po b/i18n/de.po index 0ff84b473..0a5c1397f 100644 --- a/i18n/de.po +++ b/i18n/de.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: Taler Wallet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-09 13:53+0100\n" +"POT-Creation-Date: 2016-11-09 22:39+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/i18n/en-US.po b/i18n/en-US.po index 2618065ad..befaf6974 100644 --- a/i18n/en-US.po +++ b/i18n/en-US.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: Taler Wallet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-09 13:53+0100\n" +"POT-Creation-Date: 2016-11-09 22:39+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/i18n/fr.po b/i18n/fr.po index c063f4d3a..7a8422002 100644 --- a/i18n/fr.po +++ b/i18n/fr.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: Taler Wallet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-09 13:53+0100\n" +"POT-Creation-Date: 2016-11-09 22:39+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/i18n/it.po b/i18n/it.po index c063f4d3a..7a8422002 100644 --- a/i18n/it.po +++ b/i18n/it.po @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: Taler Wallet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-09 13:53+0100\n" +"POT-Creation-Date: 2016-11-09 22:39+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" diff --git a/i18n/taler-wallet-webex.pot b/i18n/taler-wallet-webex.pot index c063f4d3a..7a8422002 100644 --- a/i18n/taler-wallet-webex.pot +++ b/i18n/taler-wallet-webex.pot @@ -17,7 +17,7 @@ msgid "" msgstr "" "Project-Id-Version: Taler Wallet\n" "Report-Msgid-Bugs-To: \n" -"POT-Creation-Date: 2016-11-09 13:53+0100\n" +"POT-Creation-Date: 2016-11-09 22:39+0100\n" "PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n" "Last-Translator: FULL NAME <EMAIL@ADDRESS>\n" "Language-Team: LANGUAGE <LL@li.org>\n" |