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

(-)a/t/db_dependent/selenium/basic_workflow.t (-1 / +4 lines)
Lines 126-131 SKIP: { Link Here
126
        my $inputs = $driver->find_child_elements($form, '//input[@type="text"]');
126
        my $inputs = $driver->find_child_elements($form, '//input[@type="text"]');
127
        for my $input ( @$inputs ) {
127
        for my $input ( @$inputs ) {
128
            next if $input->is_hidden();
128
            next if $input->is_hidden();
129
130
            my $id = $input->get_attribute('id');
131
            next unless $id =~ m|^tag_952_subfield|;
132
129
            $input->send_keys('t_value_bib'.$biblionumber);
133
            $input->send_keys('t_value_bib'.$biblionumber);
130
        }
134
        }
131
135
132
- 

Return to bug 18804