|
Lines 241-246
SKIP: {
Link Here
|
| 241 |
# 1 - "Yes" |
241 |
# 1 - "Yes" |
| 242 |
# 2 - "If all unavailable" |
242 |
# 2 - "If all unavailable" |
| 243 |
|
243 |
|
|
|
244 |
#TODO: This test is failing, it shouldn't. It should match with its detail page counterpart |
| 244 |
# 'Place hold' button doesn't exist because all are available |
245 |
# 'Place hold' button doesn't exist because all are available |
| 245 |
set_onshelfholds(0); |
246 |
set_onshelfholds(0); |
| 246 |
search_page_hold_button_absent('Authenticated - onshelfholds If any unavailable'); |
247 |
search_page_hold_button_absent('Authenticated - onshelfholds If any unavailable'); |
|
Lines 250-255
SKIP: {
Link Here
|
| 250 |
search_page_hold_button_present('Authenticated - onshelfholds Yes'); |
251 |
search_page_hold_button_present('Authenticated - onshelfholds Yes'); |
| 251 |
reset_data(); |
252 |
reset_data(); |
| 252 |
|
253 |
|
|
|
254 |
#TODO: This test is failing, it shouldn't. It should match with its detail page counterpart |
| 253 |
# 'Place hold' button doesn't exist because all are available |
255 |
# 'Place hold' button doesn't exist because all are available |
| 254 |
set_onshelfholds(2); |
256 |
set_onshelfholds(2); |
| 255 |
search_page_hold_button_absent('Authenticated - onshelfholds If all unavailable'); |
257 |
search_page_hold_button_absent('Authenticated - onshelfholds If all unavailable'); |
| 256 |
- |
|
|