Bugzilla – Attachment 70268 Details for
Bug 19243
Selenium test for testing the administration module functionality - part 1
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 19243: The "delete library" is now a button with id
Bug-19243-The-delete-library-is-now-a-button-with-.patch (text/plain), 930 bytes, created by
Jonathan Druart
on 2018-01-04 13:31:45 UTC
(
hide
)
Description:
Bug 19243: The "delete library" is now a button with id
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2018-01-04 13:31:45 UTC
Size:
930 bytes
patch
obsolete
>From 6103699309bcd307efabb493f3cd6a0370bf7e13 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 26 Dec 2017 14:38:55 -0300 >Subject: [PATCH] Bug 19243: The "delete library" is now a button with id > >--- > t/db_dependent/selenium/administration_tasks.t | 3 +-- > 1 file changed, 1 insertion(+), 2 deletions(-) > >diff --git a/t/db_dependent/selenium/administration_tasks.t b/t/db_dependent/selenium/administration_tasks.t >index a68df66b6a..8ebc3a4e71 100644 >--- a/t/db_dependent/selenium/administration_tasks.t >+++ b/t/db_dependent/selenium/administration_tasks.t >@@ -120,8 +120,7 @@ SKIP: { > $s->submit_form; > $s->click( > { >- href => '/admin/branches.pl?op=delete_confirm&branchcode='. $branchcode, >- main => 'doc3' >+ id => 'delete_library_'.$branchcode, > } > ); # Delete > }; >-- >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 19243
:
66788
|
67433
|
67492
|
67493
|
67494
|
67495
|
67496
|
67497
|
68123
|
68124
|
68125
|
68832
|
68833
|
69757
|
69939
|
70160
|
70161
|
70162
|
70163
|
70164
| 70268 |
70269
|
70270