MDL-64820 forum: fix create discussion behat step

This commit is contained in:
Ryan Wyllie
2019-03-22 09:31:21 +08:00
parent bda290ee91
commit 69aa03623d
+1 -1
View File
@@ -96,7 +96,7 @@ class behat_mod_forum extends behat_base {
// Navigate to forum.
$this->execute('behat_general::click_link', $this->escape($forumname));
$this->execute('behat_forms::press_button', $buttonstr);
$this->execute('behat_general::click_link', $buttonstr);
// Fill form and post.
$this->execute('behat_forms::i_set_the_following_fields_to_these_values', $table);