Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 173... Línea 173...
173
        // We wait for all the JS to finish as it is performing an action.
173
        // We wait for all the JS to finish as it is performing an action.
174
        $this->getSession()->wait(self::get_timeout(), self::PAGE_READY_JS);
174
        $this->getSession()->wait(self::get_timeout(), self::PAGE_READY_JS);
Línea 175... Línea 175...
175
 
175
 
176
        if ($overwriteaction !== false) {
176
        if ($overwriteaction !== false) {
177
            $overwritebutton = $this->find_button($overwriteaction);
-
 
178
            $this->ensure_node_is_visible($overwritebutton);
177
            $overwritebutton = $this->find_button($overwriteaction);
Línea 179... Línea 178...
179
            $overwritebutton->click();
178
            $overwritebutton->click();
180
 
179
 
181
            // We wait for all the JS to finish.
180
            // We wait for all the JS to finish.