From 169488f48ec6b331628685aafa2de6a3e61a5861 Mon Sep 17 00:00:00 2001 From: Pedro Amorim Date: Fri, 9 Feb 2024 08:55:35 -0100 Subject: [PATCH] Bug 34886: [DO NOT PUSH] use case Content-Type: text/plain; charset=utf-8 Signed-off-by: Marcel de Rooy --- t/db_dependent/selenium/opac_holds.t | 2 ++ 1 file changed, 2 insertions(+) diff --git a/t/db_dependent/selenium/opac_holds.t b/t/db_dependent/selenium/opac_holds.t index df81f5c835..b9c9a2b5f9 100644 --- a/t/db_dependent/selenium/opac_holds.t +++ b/t/db_dependent/selenium/opac_holds.t @@ -241,6 +241,7 @@ SKIP: { # 1 - "Yes" # 2 - "If all unavailable" + #TODO: This test is failing, it shouldn't. It should match with its detail page counterpart # 'Place hold' button doesn't exist because all are available set_onshelfholds(0); search_page_hold_button_absent('Authenticated - onshelfholds If any unavailable'); @@ -250,6 +251,7 @@ SKIP: { search_page_hold_button_present('Authenticated - onshelfholds Yes'); reset_data(); + #TODO: This test is failing, it shouldn't. It should match with its detail page counterpart # 'Place hold' button doesn't exist because all are available set_onshelfholds(2); search_page_hold_button_absent('Authenticated - onshelfholds If all unavailable'); -- 2.30.2