Skip to content

Commit

Permalink
MDL-64820 forum: fix create discussion behat step
Browse files Browse the repository at this point in the history
  • Loading branch information
ryanwyllie committed Mar 22, 2019
1 parent bda290e commit 69aa036
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mod/forum/tests/behat/behat_mod_forum.php
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ protected function add_new_discussion($forumname, TableNode $table, $buttonstr)

// 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);
Expand Down

0 comments on commit 69aa036

Please sign in to comment.