MDL-85795 behat: Update button text used in search steps

This commit is contained in:
Jun Pataleta
2025-08-06 19:58:09 +08:00
parent 76f0a88d89
commit 8c84d14195
+2 -1
View File
@@ -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']
);
}
/**