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

This commit is contained in:
Jun Pataleta
2025-08-06 19:56:31 +08:00
parent 81af2286bf
commit 7f4770736b
+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']
);
}
/**