From fa70b5b4c705aa671e1ec57a3509f6372917f808 Mon Sep 17 00:00:00 2001 From: Jonathan Druart 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 Signed-off-by: Tomas Cohen Arazi Signed-off-by: Brendan Gallagher --- 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 6235a7ad14..509a6112ab 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.20.1