Bugzilla – Attachment 51976 Details for
Bug 13691
Add some selenium scripts
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 13691: Add changes for 3.22
Bug-13691-Add-changes-for-322.patch (text/plain), 1.11 KB, created by
Chris Cormack
on 2016-06-03 09:20:38 UTC
(
hide
)
Description:
Bug 13691: Add changes for 3.22
Filename:
MIME Type:
Creator:
Chris Cormack
Created:
2016-06-03 09:20:38 UTC
Size:
1.11 KB
patch
obsolete
>From c391f751a4698574aaba012f64404ec7234e0e1c Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Fri, 25 Mar 2016 17:04:14 +0000 >Subject: [PATCH] Bug 13691: Add changes for 3.22 > >To test: >Run the tests >t/db_dependent/selenium/basic_workflow.t > >After you have set up selenium following the tests in the previous patch > >Signed-off-by: Chris Cormack <chris@bigballofwax.co.nz> >--- > t/db_dependent/selenium/basic_workflow.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/selenium/basic_workflow.t b/t/db_dependent/selenium/basic_workflow.t >index 6235a7a..509a611 100644 >--- a/t/db_dependent/selenium/basic_workflow.t >+++ b/t/db_dependent/selenium/basic_workflow.t >@@ -51,7 +51,7 @@ like( $driver->get_title(), qr(Log in to Koha), ); > auth( $driver, $login, $password ); > time_diff("main"); > >-$driver->get($base_url.'admin/categorie.pl'); >+$driver->get($base_url.'admin/categories.pl'); > like( $driver->get_title(), qr(Patron categories), ); > $driver->find_element('//a[@id="newcategory"]')->click; > like( $driver->get_title(), qr(New category), ); >-- >2.1.4
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 13691
:
35797
|
35798
|
40819
|
49592
|
49593
|
49594
|
51974
|
51975
|
51976
|
52317
|
52318
|
52319