From aba3e99314fb07a270ea12f5261ccbc1ca10dd67 Mon Sep 17 00:00:00 2001 From: Lucas Gass Date: Mon, 30 Dec 2024 19:27:58 +0000 Subject: [PATCH] Bug 37398: Fix test in basic_workflow.t --- t/db_dependent/selenium/basic_workflow.t | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/t/db_dependent/selenium/basic_workflow.t b/t/db_dependent/selenium/basic_workflow.t index d8ee38c4778..b58e823e24b 100755 --- a/t/db_dependent/selenium/basic_workflow.t +++ b/t/db_dependent/selenium/basic_workflow.t @@ -205,8 +205,7 @@ SKIP: { elsif ( $id =~ m|^tag_952_subfield_w| # replacementpricedate ) { - $v = strftime("%Y-%m-%d", localtime); - $effective_input = $driver->find_element('//div[@id="subfield952w"]/input[@type="text" and @class="input_marceditor items.replacementpricedate noEnterSubmit flatpickr-input"]'); + next; # The input has been prefilled with %Y-%m-%d already } elsif ( $id =~ m|^tag_952_subfield_y| # itemtype -- 2.39.2