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

This commit is contained in:
Jun Pataleta
2025-08-06 20:46:53 +08:00
parent 7ac14abcdd
commit a468a46328
+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']
);
}
/**