From e4be7baf5489be42f3d1fa118bbdd2bcd9a01349 Mon Sep 17 00:00:00 2001 From: Albert Santoni Date: Fri, 5 Sep 2014 15:42:58 -0400 Subject: [PATCH] Use test/test as credentials in selenium tests --- tests/selenium/Login and Logout.html | 4 ++-- tests/selenium/Login.html | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/tests/selenium/Login and Logout.html b/tests/selenium/Login and Logout.html index 5a72b31de..6dc350791 100644 --- a/tests/selenium/Login and Logout.html +++ b/tests/selenium/Login and Logout.html @@ -24,12 +24,12 @@ type id=username - admin + test type id=password - admin + test clickAndWait diff --git a/tests/selenium/Login.html b/tests/selenium/Login.html index a51883ea7..6246c78af 100644 --- a/tests/selenium/Login.html +++ b/tests/selenium/Login.html @@ -19,12 +19,12 @@ type id=username - admin + test type id=password - admin + test clickAndWait