From 6fdfe46f9351d8817b87b76b276f12c58b2217e9 Mon Sep 17 00:00:00 2001 From: Jonathan Druart Date: Tue, 17 Oct 2017 12:40:45 -0300 Subject: [PATCH] Bug 18298: Fix selenium tests The password has to be better than "password"... --- t/db_dependent/selenium/basic_workflow.t | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/t/db_dependent/selenium/basic_workflow.t b/t/db_dependent/selenium/basic_workflow.t index 5521c478a2..116a26c7b0 100644 --- a/t/db_dependent/selenium/basic_workflow.t +++ b/t/db_dependent/selenium/basic_workflow.t @@ -61,8 +61,8 @@ our $sample_data = { surname => 'test_patron_surname', cardnumber => '4242424242', userid => 'test_username', - password => 'password', - password2 => 'password' + password => '1BetterPassword', + password2 => '1BetterPassword' }, itemtype => { itemtype => 'IT4TEST', -- 2.11.0