Bugzilla – Attachment 70160 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: fix urls - do not use /cgi-bin/koha
Bug-19243-fix-urls---do-not-use-cgi-binkoha.patch (text/plain), 2.32 KB, created by
Jonathan Druart
on 2017-12-26 19:25:05 UTC
(
hide
)
Description:
Bug 19243: fix urls - do not use /cgi-bin/koha
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-12-26 19:25:05 UTC
Size:
2.32 KB
patch
obsolete
>From 6ae75f5a0b0aab05ccd52795baa3a6da5b87fbe0 Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 26 Dec 2017 14:11:05 -0300 >Subject: [PATCH] Bug 19243: fix urls - do not use /cgi-bin/koha > >--- > t/db_dependent/selenium/administration_tasks.t | 10 +++++----- > 1 file changed, 5 insertions(+), 5 deletions(-) > >diff --git a/t/db_dependent/selenium/administration_tasks.t b/t/db_dependent/selenium/administration_tasks.t >index 14feb25e22..e0497a9d45 100644 >--- a/t/db_dependent/selenium/administration_tasks.t >+++ b/t/db_dependent/selenium/administration_tasks.t >@@ -132,13 +132,13 @@ SKIP: { > > $s->click( { href => '/admin/authorised_values.pl', main => 'doc' } ); #Authorized values > >- $s->click( { href => '/cgi-bin/koha/admin/authorised_values.pl?op=add_form&category=Adult', main => 'doc3' } ); # New category >+ $s->click( { href => '/admin/authorised_values.pl?op=add_form&category=Adult', main => 'doc3' } ); # New category > $s->fill_form( { authorised_value => 'Hardover', lib => 'Hardcover book'} ); > $s->submit_form; > > $s->click( > { >- href => '/cgi-bin/koha/admin/authorised_values.pl?op=delete&searchfield=Adult&id=400', >+ href => '/admin/authorised_values.pl?op=delete&searchfield=Adult&id=400', > main => 'doc3' > } > ); >@@ -146,15 +146,15 @@ SKIP: { > > { #Patron categories > $driver->get($mainpage); >- $s->click( { href => '/cgi-bin/koha/admin/categories.pl', main => 'doc3' } ); #Koha administration >- $s->click( { href => '/cgi-bin/koha/admin/categories.pl?op=add_form', main => 'doc' } ); #New patron category >+ $s->click( { href => '/admin/categories.pl', main => 'doc3' } ); #Koha administration >+ $s->click( { href => '/admin/categories.pl?op=add_form', main => 'doc' } ); #New patron category > > $s->fill_form( { categorycode => 'Test', description => 'Test category', enrolmentperiod => 12, category_type => 'Adult' } ); > $s->submit_form; > > $s->click( > { >- href => '/cgi-bin/koha/admin/categories.pl?op=delete_confirm&categorycode=TEST', >+ href => '/admin/categories.pl?op=delete_confirm&categorycode=TEST', > main => 'doc3' > } > ); >-- >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