@@ -, +, @@ on --- t/db_dependent/selenium/basic_workflow.t | 5 +++++ t/lib/TestBuilder.pm | 1 + 2 files changed, 6 insertions(+) --- a/t/db_dependent/selenium/basic_workflow.t +++ a/t/db_dependent/selenium/basic_workflow.t @@ -208,6 +208,11 @@ SKIP: { ) { $v = ""; # The input has been prefilled with %Y-%m-%d already } + elsif ( + $id =~ m|^tag_952_subfield_3| # materials + ) { + $v = ""; # We don't want the checkin/checkout to need confirmation if CircConfirmItemParts is on + } else { $v = 't_value_bib' . $biblionumber; } --- a/t/lib/TestBuilder.pm +++ a/t/lib/TestBuilder.pm @@ -552,6 +552,7 @@ sub _gen_default_values { withdrawn => 0, restricted => 0, damaged => 0, + materials => undef, more_subfields_xml => undef, }, Category => { --