Koha/t/db_dependent/selenium
Jonathan Druart c16476af44
Bug 24801: Display all the categories - Selenium fix
To make sure we are going to be able to click on the "Delete" button of
our newly created category PATRON_CAT, we are displaying them all.

Test plan:
Create several patron categories that will fill the first page:

use t::lib::TestBuilder;
my $builder = t::lib::TestBuilder->new;
for my $i ( 1..20 ) {
    $builder->build_object({ class => 'Koha::Patron::Categories', value => { description => "cat_$i" } });
}

Execute the selenium tests.

Signed-off-by: Martin Renvoize <martin.renvoize@ptfs-europe.com>
2020-03-04 14:56:19 +00:00
..
administration_tasks.t Bug 24801: Display all the categories - Selenium fix 2020-03-04 14:56:19 +00:00
authentication.t Bug 22860: Remove 1 remaining patron after authentication.t is ran 2020-02-10 09:21:30 +00:00
basic_workflow.t Bug 22898: Fix failure since bug 19618 2020-02-14 12:01:57 +00:00
patrons_search.t Bug 23534: Fix selenium tests 2020-03-03 15:03:00 +00:00
regressions.t Bug 23493: Fix selenium/regressions.t 2020-01-30 09:40:10 +00:00
update_child_to_adult.t Bug 22928: Add selenium tests 2019-05-17 13:28:28 +00:00