Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 11
Línea 643... Línea 643...
643
     * @throws ExpectationException
643
     * @throws ExpectationException
644
     * @param NodeElement $node
644
     * @param NodeElement $node
645
     * @return void Throws an exception if it times out without the element being visible
645
     * @return void Throws an exception if it times out without the element being visible
646
     */
646
     */
647
    protected function ensure_node_is_visible($node) {
647
    protected function ensure_node_is_visible($node) {
648
 
-
 
649
        if (!$this->running_javascript()) {
648
        if (!$this->running_javascript()) {
650
            return;
649
            return;
651
        }
650
        }
Línea 652... Línea 651...
652
 
651
 
Línea 713... Línea 712...
713
     * @param string $element
712
     * @param string $element
714
     * @param string $selectortype
713
     * @param string $selectortype
715
     * @return NodeElement Throws an exception if it times out without being visible
714
     * @return NodeElement Throws an exception if it times out without being visible
716
     */
715
     */
717
    protected function ensure_element_is_visible($element, $selectortype) {
716
    protected function ensure_element_is_visible($element, $selectortype) {
718
 
-
 
719
        if (!$this->running_javascript()) {
717
        if (!$this->running_javascript()) {
720
            return;
718
            return;
721
        }
719
        }
Línea 722... Línea 720...
722
 
720