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:
parent
ff08d49680
commit
af9701174f
1 changed files with 1 additions and 1 deletions
|
@ -206,7 +206,7 @@ SKIP: {
|
||||||
$s->submit_form;
|
$s->submit_form;
|
||||||
|
|
||||||
# Make sure the category is updated
|
# 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
|
# 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"]');
|
$s->show_all_entries('//div[@id="patron_categories_wrapper"]');
|
||||||
|
|
Loading…
Reference in a new issue