[koha-commits] main Koha release repository branch master updated. v19.11.00-996-gc16476af44

Git repo owner gitmaster at git.koha-community.org
Wed Mar 4 16:23:03 CET 2020


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "main Koha release repository".

The branch, master has been updated
       via  c16476af444bc529dbc6500978c63969de4d2b9c (commit)
      from  c0f3c9f29ad3b5de3efea95da515ab64a4bbd268 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit c16476af444bc529dbc6500978c63969de4d2b9c
Author: Jonathan Druart <jonathan.druart at bugs.koha-community.org>
Date:   Wed Mar 4 15:53:12 2020 +0100

    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 at ptfs-europe.com>

-----------------------------------------------------------------------

Summary of changes:
 t/db_dependent/selenium/administration_tasks.t | 3 +++
 1 file changed, 3 insertions(+)


hooks/post-receive
-- 
main Koha release repository


More information about the koha-commits mailing list