| Línea 67... |
Línea 67... |
| 67 |
$this->execute("behat_forms::i_select_from_the_singleselect", $params);
|
67 |
$this->execute("behat_forms::i_select_from_the_singleselect", $params);
|
| 68 |
$this->execute("behat_forms::press_button", get_string('editcategories', 'mod_glossary'));
|
68 |
$this->execute("behat_forms::press_button", get_string('editcategories', 'mod_glossary'));
|
| Línea 69... |
Línea 69... |
| 69 |
|
69 |
|
| Línea 70... |
Línea 70... |
| 70 |
$this->execute("behat_forms::press_button", get_string('addcategory', 'glossary'));
|
70 |
$this->execute("behat_forms::press_button", get_string('addcategory', 'glossary'));
|
| Línea 71... |
Línea 71... |
| 71 |
|
71 |
|
| 72 |
$this->execute('behat_forms::i_set_the_field_to', array('name', $this->escape($categoryname)));
|
72 |
$this->execute('behat_forms::i_set_the_field_to', ['name', $categoryname]);
|
| 73 |
|
73 |
|
| 74 |
$this->execute("behat_forms::press_button", get_string('savechanges'));
|
74 |
$this->execute("behat_forms::press_button", get_string('savechanges'));
|