Bugzilla – Attachment 170877 Details for
Bug 35402
Update the OPAC and staff interface to Bootstrap 5
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 35402: (follow-up) Fix regressions.t
Bug-35402-follow-up-Fix-regressionst.patch (text/plain), 1.15 KB, created by
Owen Leonard
on 2024-08-29 17:53:08 UTC
(
hide
)
Description:
Bug 35402: (follow-up) Fix regressions.t
Filename:
MIME Type:
Creator:
Owen Leonard
Created:
2024-08-29 17:53:08 UTC
Size:
1.15 KB
patch
obsolete
>From 81127dcd00c8c59321c0d8950be0e28abcf57724 Mon Sep 17 00:00:00 2001 >From: Owen Leonard <oleonard@myacpl.org> >Date: Thu, 29 Aug 2024 17:51:10 +0000 >Subject: [PATCH] Bug 35402: (follow-up) Fix regressions.t > >regressions.t looks for "beep.ogg" on the checkout page, but by default >when a patron's account loads for checkout the "opening.ogg" sound is >played. >--- > t/db_dependent/selenium/regressions.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/selenium/regressions.t b/t/db_dependent/selenium/regressions.t >index 6c7fed8b0e9..be42ffa17ad 100755 >--- a/t/db_dependent/selenium/regressions.t >+++ b/t/db_dependent/selenium/regressions.t >@@ -181,7 +181,7 @@ subtest 'Play sound on the circulation page' => sub { > > $driver->get( $base_url . "/circ/circulation.pl?borrowernumber=" . $patron->borrowernumber ); > >- my $audio_node = $driver->find_element('//span[@id="audio-alert"]/audio[@src="/intranet-tmpl/prog/sound/beep.ogg"]'); >+ my $audio_node = $driver->find_element('//span[@id="audio-alert"]/audio[@src="/intranet-tmpl/prog/sound/opening.ogg"]'); > > push @cleanup, $patron, $patron->category, $patron->library; > }; >-- >2.39.2
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 35402
:
170651
|
170709
|
170710
|
170711
|
170712
|
170714
|
170715
|
170716
|
170717
|
170745
|
170768
|
170877
|
170905
|
170962
|
170963
|
171176