From 0552bc77bab29b362402140c43bacab1e21d4d1d Mon Sep 17 00:00:00 2001 From: Jun Pataleta <jun@moodle.com> Date: Mon, 8 Jan 2018 10:57:43 +0800 Subject: [PATCH] MDL-61162 mod_forum: Remove unnecessary forum creation step --- mod/forum/tests/behat/edit_post_student.feature | 4 ---- 1 file changed, 4 deletions(-) diff --git a/mod/forum/tests/behat/edit_post_student.feature b/mod/forum/tests/behat/edit_post_student.feature index 56ae13ad5ea..bb5fbbc71e2 100644 --- a/mod/forum/tests/behat/edit_post_student.feature +++ b/mod/forum/tests/behat/edit_post_student.feature @@ -49,10 +49,6 @@ Feature: Students can edit or delete their forum posts within a set time limit And I press "Save changes" And I am on "Course 1" course homepage with editing mode on And I add the "Recent activity" block - And I add a "Forum" to section "1" and I fill the form with: - | Forum name | Test forum name | - | Forum type | Standard forum for general use | - | Description | Test forum description | And I log out And I log in as "student1" And I am on "Course 1" course homepage