MDL-75401 mod_data: add sticky footers

This commit is contained in:
Ferran Recio
2022-10-19 14:51:10 +02:00
parent 3d483ac2ef
commit 8305c1c74d
20 changed files with 419 additions and 122 deletions
+1 -1
View File
@@ -62,7 +62,7 @@ class behat_mod_data extends behat_base {
}
$this->execute("behat_forms::i_set_the_following_fields_to_these_values", $fielddata);
$this->execute('behat_forms::press_button', get_string('add'));
$this->execute('behat_forms::press_button', get_string('save'));
}
/**