Bugzilla – Attachment 70161 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 for bug 19860
Bug-19243-Fix-for-bug-19860.patch (text/plain), 2.62 KB, created by
Jonathan Druart
on 2017-12-26 19:25:15 UTC
(
hide
)
Description:
Bug 19243: Fix for bug 19860
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2017-12-26 19:25:15 UTC
Size:
2.62 KB
patch
obsolete
>From 68df30acfd89e523b7762deda4854596f0b183db Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 26 Dec 2017 14:37:43 -0300 >Subject: [PATCH] Bug 19243: Fix for bug 19860 > >--- > 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 e0497a9d45..a68df66b6a 100644 >--- a/t/db_dependent/selenium/administration_tasks.t >+++ b/t/db_dependent/selenium/administration_tasks.t >@@ -49,7 +49,7 @@ SKIP: { > $s->auth; > { # Item types > # Navigate to the Administration area and create an item type >- $s->click( { href => '/admin/admin-home.pl', main => 'doc3' } ) >+ $s->click( { href => '/admin/admin-home.pl', main => 'container-main' } ) > ; # Koha administration > $s->click( { href => '/admin/itemtypes.pl', main => 'doc' } ); # Item Types > $s->click( { href => '/admin/itemtypes.pl?op=add_form', main => 'doc3' } ) >@@ -67,7 +67,7 @@ SKIP: { > > { # Circulation/fine rules > $driver->get($mainpage); >- $s->click( { href => '/admin/admin-home.pl', main => 'doc3' } ) >+ $s->click( { href => '/admin/admin-home.pl', main => 'container-main' } ) > ; # Koha administration > $s->click( { href => '/admin/smart-rules.pl', main => 'doc' } ) > ; # Circulation and fines rules >@@ -76,7 +76,7 @@ SKIP: { > > { # Biblio frameworks > $driver->get($mainpage); >- $s->click( { href => '/admin/admin-home.pl', main => 'doc3' } ) >+ $s->click( { href => '/admin/admin-home.pl', main => 'container-main' } ) > ; # Koha administration > $s->click( { href => '/admin/biblio_framework.pl', main => 'doc' } ) > ; # MARC bibliographic framework >@@ -102,7 +102,7 @@ SKIP: { > > { #Libraries > $driver->get($mainpage); >- $s->click( { href => '/admin/admin-home.pl', main => 'doc3' } ) >+ $s->click( { href => '/admin/admin-home.pl', main => 'container-main' } ) > ; # Koha administration > $s->click( { href => '/admin/branches.pl', main => 'doc' } ) > ; # Libraries and groups >@@ -128,7 +128,7 @@ SKIP: { > > { #Authorized values > $driver->get($mainpage); >- $s->click( { href => '/admin/admin-home.pl', main => 'doc3' } ); #Koha administration >+ $s->click( { href => '/admin/admin-home.pl', main => 'container-main' } ); #Koha administration > > $s->click( { href => '/admin/authorised_values.pl', main => 'doc' } ); #Authorized values > >-- >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