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

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

Return to bug 33211