Skip to content

Commit

Permalink
Merge branch 'MDL-59926' of https://github.com/stronk7/moodle
Browse files Browse the repository at this point in the history
  • Loading branch information
junpataleta committed Sep 14, 2017
2 parents c06e187 + 583b297 commit afe9093
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion search/tests/behat/behat_search.php
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ class behat_search extends behat_base {
*/
public function i_search_for_using_the_header_global_search_box($query) {
// Hover over the search icon.
$this->execute('behat_general::i_hover', ['i[title=Search]', 'css_element']);
$this->execute('behat_general::i_hover', ['.icon[title=Search]', 'css_element']);

// Set the field.
$this->execute('behat_forms::i_set_the_field_to', ['q', $query]);
Expand Down

0 comments on commit afe9093

Please sign in to comment.