Bugzilla – Attachment 170969 Details for
Bug 37732
Update templates to use Bootstrap styles when alert class comes from the perl script
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Bug 37732: Fix administration_tasks.t
Bug-37732-Fix-administrationtaskst.patch (text/plain), 1.08 KB, created by
Jonathan Druart
on 2024-09-03 10:03:25 UTC
(
hide
)
Description:
Bug 37732: Fix administration_tasks.t
Filename:
MIME Type:
Creator:
Jonathan Druart
Created:
2024-09-03 10:03:25 UTC
Size:
1.08 KB
patch
obsolete
>From ce2ea0ee343499a0ee16830e13bd45619a2515ab Mon Sep 17 00:00:00 2001 >From: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >Date: Tue, 3 Sep 2024 12:01:49 +0200 >Subject: [PATCH] Bug 37732: Fix administration_tasks.t > >Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org> >--- > t/db_dependent/selenium/administration_tasks.t | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > >diff --git a/t/db_dependent/selenium/administration_tasks.t b/t/db_dependent/selenium/administration_tasks.t >index 6593a5eb9ae..4dc1d4362b1 100755 >--- a/t/db_dependent/selenium/administration_tasks.t >+++ b/t/db_dependent/selenium/administration_tasks.t >@@ -206,7 +206,7 @@ SKIP: { > $s->submit_form; > > # Make sure the category is updated >- $s->driver->find_element('//div[@class="dialog message"]'); >+ $s->driver->find_element('//div[@class="alert alert-message"]'); > > # Select "Show all" in the datatable "Show x entries" dropdown list to make sure our category is not hidden > $s->show_all_entries('//div[@id="patron_categories_wrapper"]'); >-- >2.34.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 37732
:
170913
|
170968
| 170969 |
170970
|
170978
|
170982