Proyectos de Subversion Moodle

Rev

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

Rev 1 Rev 1441
Línea 51... Línea 51...
51
        // Set the field.
51
        // Set the field.
52
        $this->execute('behat_forms::i_set_the_field_to', ['q', $query]);
52
        $this->execute('behat_forms::i_set_the_field_to', ['q', $query]);
Línea 53... Línea 53...
53
 
53
 
54
        // Submit the form.
54
        // Submit the form.
55
        $this->execute("behat_general::i_click_on_in_the",
55
        $this->execute("behat_general::i_click_on_in_the",
-
 
56
            [get_string('performsearch', 'search'), 'button', '#usernavigation', 'css_element']
56
            [get_string('search', 'core'), 'button', '#usernavigation', 'css_element']);
57
        );
Línea 57... Línea 58...
57
    }
58
    }
58
 
59
 
59
    /**
60
    /**