Proyectos de Subversion Moodle

Rev

Rev 1 | Mostrar el archivo completo | | | Autoría | Ultima modificación | Ver Log |

Rev 1 Rev 11
Línea 287... Línea 287...
287
            // Delegates to the field class.
287
            // Delegates to the field class.
288
            $field->set_value($value);
288
            $field->set_value($value);
289
        }
289
        }
Línea 290... Línea 290...
290
 
290
 
291
        $selectfilebutton = $this->find_button(get_string('getfile', 'repository'));
-
 
292
        $this->ensure_node_is_visible($selectfilebutton);
291
        $selectfilebutton = $this->find_button(get_string('getfile', 'repository'));
Línea 293... Línea 292...
293
        $selectfilebutton->click();
292
        $selectfilebutton->click();
294
 
293
 
Línea 295... Línea 294...
295
        // We wait for all the JS to finish as it is performing an action.
294
        // We wait for all the JS to finish as it is performing an action.
296
        $this->getSession()->wait(self::get_timeout(), self::PAGE_READY_JS);
295
        $this->getSession()->wait(self::get_timeout(), self::PAGE_READY_JS);
297
 
-
 
298
        if ($overwriteaction !== false) {
296
 
Línea 299... Línea 297...
299
            $overwritebutton = $this->find_button($overwriteaction);
297
        if ($overwriteaction !== false) {
300
            $this->ensure_node_is_visible($overwritebutton);
298
            $overwritebutton = $this->find_button($overwriteaction);
301
            $overwritebutton->click();
299
            $overwritebutton->click();