Bug 37398: Fix test in basic_workflow.t
Signed-off-by: Katrin Fischer <katrin.fischer@bsz-bw.de>
This commit is contained in:
parent
3c1a4a2ffb
commit
2350a2ada8
1 changed files with 1 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue