Home
Documentation
Downloads
Demo
Tracker
Development
Translation
Moodle.net
Search
projects
/
moodle.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
013f0b2
)
MDL-61162 mod_forum: Remove unnecessary forum creation step
author
Jun Pataleta
<jun@moodle.com>
Mon, 8 Jan 2018 02:57:43 +0000
(10:57 +0800)
committer
Jun Pataleta
<jun@moodle.com>
Mon, 8 Jan 2018 03:00:08 +0000
(11:00 +0800)
mod/forum/tests/behat/edit_post_student.feature
patch
|
blob
|
blame
|
history
diff --git
a/mod/forum/tests/behat/edit_post_student.feature
b/mod/forum/tests/behat/edit_post_student.feature
index
56ae13a
..
bb5fbbc
100644
(file)
--- 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