Bug 13691: Add changes for 3.22
authorJonathan Druart <jonathan.druart@bugs.koha-community.org>
Fri, 25 Mar 2016 17:04:14 +0000 (17:04 +0000)
committerBrendan Gallagher <brendan@bywatersolutions.com>
Fri, 8 Jul 2016 20:36:57 +0000 (20:36 +0000)
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>
Signed-off-by: Tomas Cohen Arazi <tomascohen@theke.io>
Signed-off-by: Brendan Gallagher <brendan@bywatersolutions.com>
t/db_dependent/selenium/basic_workflow.t

index 6235a7a..509a611 100644 (file)
@@ -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), );