From 02aebd68ac98726f13f72bb84a3df70bb863b8e6 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 --- 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 df81f5c835f..b9c9a2b5f9d 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