Bugzilla – Attachment 142663 Details for
Bug 31162
Add a clear cataloguing module home page
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 31162: (follow-up) Fix Mocks/Zebra.pm
Bug-31162-follow-up-Fix-MocksZebrapm.patch (text/plain), 1.02 KB, created by
Martin Renvoize (ashimema)
on 2022-10-26 07:32:32 UTC
(
hide
)
Description:
Bug 31162: (follow-up) Fix Mocks/Zebra.pm
Filename:
MIME Type:
Creator:
Martin Renvoize (ashimema)
Created:
2022-10-26 07:32:32 UTC
Size:
1.02 KB
patch
obsolete
>From 692023045bf4f0d82f3bf86277f515b6b4ab5ad5 Mon Sep 17 00:00:00 2001 >From: Martin Renvoize <martin.renvoize@ptfs-europe.com> >Date: Wed, 26 Oct 2022 08:30:55 +0100 >Subject: [PATCH] Bug 31162: (follow-up) Fix Mocks/Zebra.pm > >This patch updates the t/lib/Mocks/Zebra.pm testing module for the >change of navigation. >--- > t/lib/Mocks/Zebra.pm | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > >diff --git a/t/lib/Mocks/Zebra.pm b/t/lib/Mocks/Zebra.pm >index 62e8b9480b..cc45a5c958 100644 >--- a/t/lib/Mocks/Zebra.pm >+++ b/t/lib/Mocks/Zebra.pm >@@ -136,8 +136,8 @@ sub load_records_ui { > > $agent->get_ok( "$cgi_root/mainpage.pl", 'load main page' ); > >- $agent->follow_link_ok( { url_regex => qr/tools-home/i }, 'open tools module' ); >- $agent->follow_link_ok( { text => 'Stage MARC records for import' }, >+ $agent->follow_link_ok( { url_regex => qr/cataloging-home/i }, 'open caaloging module' ); >+ $agent->follow_link_ok( { text => 'Stage records for import' }, > 'go to stage MARC' ); > > $agent->post( >-- >2.20.1
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 31162
:
137747
|
137754
|
137758
|
138141
|
138167
|
138687
|
138694
|
138797
|
138798
|
138799
|
139593
|
139594
|
139595
|
139596
|
139597
|
139598
|
139650
|
139651
|
139652
|
139654
|
139900
|
139901
|
139902
|
139903
|
139904
|
139905
|
139906
|
139907
|
140578
|
140579
|
140580
|
140581
|
140582
|
140583
|
140584
|
140585
|
140586
|
141246
|
141247
|
141248
|
141249
|
141250
|
141251
|
141252
|
141253
|
141254
|
141880
|
141881
|
141882
|
141883
|
141884
|
141885
|
141886
|
141887
|
141888
|
141889
|
141890
|
141891
|
141975
|
141976
|
141977
|
142028
|
142029
| 142663 |
142664