Bug 19181: Change to use ENV, fix login and passwords
authorMark Tompsett <mtompset@hotmail.com>
Mon, 30 Oct 2017 03:28:20 +0000 (03:28 +0000)
committerJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 11 May 2018 13:52:44 +0000 (10:52 -0300)
commitf0f66431758d1d051f8e6d165df027745c2a8f66
tree4b7758dd865658152eb4544fb2dc7627f6f4320e
parent837fa4e6f7010b2ce94bff36fd9ceaf94de93a18
Bug 19181: Change to use ENV, fix login and passwords

The kohadevbox has admin/admin set, so for testing when
creating the initial superuser, if you wish to minimize
effort, use admin/admin. Otherwise, make sure to:
export KOHA_USER={whatever your user is}
export KOHA_PASS={whatever your password is}
before attempting to run the test.

Also, this test was failing because of a validation check on
the passwords requiring uppercase letters, lowercase letters,
and numbers. Changed the sample data passwords to fix.

Signed-off-by: Mark Tompsett <mtompset@hotmail.com>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
t/db_dependent/selenium/authenticate.t