View | Details | Raw Unified | Return to bug 37398
Collapse All | Expand All

(-)a/t/db_dependent/selenium/basic_workflow.t (-3 / +1 lines)
Lines 205-212 SKIP: { Link Here
205
            elsif (
205
            elsif (
206
                $id =~ m|^tag_952_subfield_w| # replacementpricedate
206
                $id =~ m|^tag_952_subfield_w| # replacementpricedate
207
            ) {
207
            ) {
208
                $v = strftime("%Y-%m-%d", localtime);
208
                next; # The input has been prefilled with %Y-%m-%d already
209
                $effective_input = $driver->find_element('//div[@id="subfield952w"]/input[@type="text" and @class="input_marceditor items.replacementpricedate noEnterSubmit flatpickr-input"]');
210
            }
209
            }
211
            elsif (
210
            elsif (
212
                $id =~ m|^tag_952_subfield_y| # itemtype
211
                $id =~ m|^tag_952_subfield_y| # itemtype
213
- 

Return to bug 37398