MDL-85795 behat: Update button text used in search steps
This commit is contained in:
@@ -53,7 +53,8 @@ class behat_search extends behat_base {
|
||||
|
||||
// Submit the form.
|
||||
$this->execute("behat_general::i_click_on_in_the",
|
||||
[get_string('search', 'core'), 'button', '#usernavigation', 'css_element']);
|
||||
[get_string('performsearch', 'search'), 'button', '#usernavigation', 'css_element']
|
||||
);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user