[Koha-bugs] [Bug 24801] selenium/administration_tasks.t failing if too many categories displayed

bugzilla-daemon at bugs.koha-community.org bugzilla-daemon at bugs.koha-community.org
Wed Mar 4 15:54:55 CET 2020


https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=24801

--- Comment #1 from Jonathan Druart <jonathan.druart at bugs.koha-community.org> ---
Created attachment 100136
  -->
https://bugs.koha-community.org/bugzilla3/attachment.cgi?id=100136&action=edit
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.

-- 
You are receiving this mail because:
You are watching all bug changes.


More information about the Koha-bugs mailing list