Bugzilla – Attachment 68220 Details for
Bug 18298
Allow enforcing password complexity
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 18298: Fix selenium tests
Bug-18298-Fix-selenium-tests.patch (text/plain), 989 bytes, created by
Jonathan Druart
on 2017-10-17 15:42:08 UTC
(
hide
)
Description:
Bug 18298: Fix selenium tests
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-10-17 15:42:08 UTC
Size:
989 bytes
patch
obsolete
>From 6fdfe46f9351d8817b87b76b276f12c58b2217e9 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >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
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
|
Splinter Review
Attachments on
bug 18298
:
61227
|
61228
|
61229
|
61230
|
61231
|
61232
|
61237
|
61331
|
61332
|
61333
|
61334
|
61335
|
61336
|
62976
|
62977
|
62978
|
62979
|
62980
|
62981
|
66621
|
66622
|
66623
|
66624
|
66625
|
66626
|
68096
|
68097
|
68098
|
68100
|
68101
|
68102
|
68103
|
68104
|
68105
|
68106
| 68220