@@ -, +, @@ --- t/db_dependent/selenium/regressions.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/t/db_dependent/selenium/regressions.t +++ a/t/db_dependent/selenium/regressions.t @@ -183,7 +183,7 @@ subtest 'Display circulation table correctly' => sub { or diag( "thead: $thead_length ; tfoot: $tfoot_length ; tbody: $tbody_length"); - push @cleanup, $patron->checkouts, $item->biblio, $item, $patron, + push @cleanup, $patron->checkouts, $item, $item->biblio, $patron, $patron->category, $library; }; --