Bugzilla – Attachment 49592 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), 939 bytes, created by
Jonathan Druart
on 2016-03-25 17:04:36 UTC
(
hide
)
Description:
Bug 13691: Add changes for 3.22
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2016-03-25 17:04:36 UTC
Size:
939 bytes
patch
obsolete
>From f104314dd8f56ed3c7c387ff2b03e6ef552058c7 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 > >--- > 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.7.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 13691
:
35797
|
35798
|
40819
|
49592
|
49593
|
49594
|
51974
|
51975
|
51976
|
52317
|
52318
|
52319