From d8174fe8889e0b801f779142b718aab52b76742c Mon Sep 17 00:00:00 2001 From: Martin Renvoize Date: Wed, 27 Apr 2022 11:52:21 +0100 Subject: [PATCH] Bug 30626: (QA follow-up) Fix test plan Signed-off-by: Nick Clemens --- t/db_dependent/selenium/patrons_search.t | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/t/db_dependent/selenium/patrons_search.t b/t/db_dependent/selenium/patrons_search.t index aba9ad4670..8d64c7646d 100755 --- a/t/db_dependent/selenium/patrons_search.t +++ b/t/db_dependent/selenium/patrons_search.t @@ -51,7 +51,7 @@ my $base_url = $s->base_url; my $builder = t::lib::TestBuilder->new; subtest 'Search patrons' => sub { - plan tests => 17; + plan tests => 19; if ( Koha::Patrons->search({surname => {-like => "test_patron_%"}})->count ) { BAIL_OUT("Cannot run this test, data we need to create already exist in the DB"); -- 2.30.2