aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArthur She <arthur.she@linaro.org>2017-12-12 19:17:48 -0800
committerArthur She <arthur.she@linaro.org>2017-12-12 19:17:48 -0800
commitf9724324eef648120d21d57eef08649cc1887364 (patch)
treefce1a427326fd0059da3c6240a55ff4998182cc9
parentdff911e24bd66f3e83134d0eb2f89b64cfbc559b (diff)
browser-test / eme-test / youtube-test
From version 3.0.0 of Selenium2Library had been renamed back to SeleniumLibiary. So we have to use SeleniumLibrary instead of Selenium2Libarary.
-rw-r--r--browser-test/lhg-robot-config.robot2
-rw-r--r--eme-test/lhg-robot-config.robot2
-rw-r--r--youtube-test/lhg-robot-config.robot2
3 files changed, 3 insertions, 3 deletions
diff --git a/browser-test/lhg-robot-config.robot b/browser-test/lhg-robot-config.robot
index b2b6c43..31c2e9c 100644
--- a/browser-test/lhg-robot-config.robot
+++ b/browser-test/lhg-robot-config.robot
@@ -3,7 +3,7 @@ Documentation A resource file with reusable keywords and variables.
...
... The system specific keywords created here form our own
... domain specific language.
-Library ExtendedSelenium2Library timeout=90s run_on_failure=Nothing
+Library SeleniumLibrary timeout=90s run_on_failure=Nothing
Library SSHLibrary timeout=30s prompt=hikey:~$
Library Collections
diff --git a/eme-test/lhg-robot-config.robot b/eme-test/lhg-robot-config.robot
index f06311c..60bab79 100644
--- a/eme-test/lhg-robot-config.robot
+++ b/eme-test/lhg-robot-config.robot
@@ -3,7 +3,7 @@ Documentation A resource file with reusable keywords and variables.
...
... The system specific keywords created here form our own
... domain specific language.
-Library ExtendedSelenium2Library timeout=90s run_on_failure=Nothing
+Library SeleniumLibrary timeout=90s run_on_failure=Nothing
Library SSHLibrary timeout=30s prompt=hikey:~$
Library Collections
Library lhg-robot-libs.py
diff --git a/youtube-test/lhg-robot-config.robot b/youtube-test/lhg-robot-config.robot
index c76c0ce..cfdc195 100644
--- a/youtube-test/lhg-robot-config.robot
+++ b/youtube-test/lhg-robot-config.robot
@@ -3,7 +3,7 @@ Documentation A resource file with reusable keywords and variables.
...
... The system specific keywords created here form our own
... domain specific language.
-Library ExtendedSelenium2Library timeout=90s run_on_failure=Nothing
+Library SeleniumLibrary timeout=90s run_on_failure=Nothing
Library SSHLibrary timeout=30s prompt=hikey:~$
Library Collections
Library lhg-robot-libs.py