Bug 37732: Fix administration_tasks.t

Signed-off-by: Jonathan Druart <jonathan.druart@bugs.koha-community.org>
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
Jonathan Druart 2024-09-03 12:01:49 +02:00 committed by Katrin Fischer
parent ff08d49680
commit af9701174f
Signed by: kfischer
GPG key ID: 0EF6E2C03357A834

View file

@ -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"]');