MDL-39232 behat Normalize feature tags according to component names

This commit is contained in:
David Monllao 2013-04-23 12:56:40 +08:00
parent 9b1dbe16db
commit 550d842e3c
84 changed files with 85 additions and 85 deletions

View file

@ -1,4 +1,4 @@
@mod_forum
@mod @mod_forum
Feature: Add forum activities and discussions
In order to discuss topics with other users
As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_forum
@mod @mod_forum
Feature: Set a certain number of discussions as a completion condition for a forum
In order to ensure students are participating on forums
As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_forum
@mod @mod_forum
Feature: Students can choose from 4 discussion display options and their choice is remembered
In order to read forum posts in a suitable view
As a moodle user

View file

@ -1,4 +1,4 @@
@mod_forum
@mod @mod_forum
Feature: Students can edit or delete their forum posts within a set time limit
In order to refine forum posts
As a moodle user

View file

@ -1,4 +1,4 @@
@mod_forum
@mod @mod_forum
Feature: Teachers can edit or delete any forum post
In order to refine the forum contents
As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_forum
@mod @mod_forum
Feature: Single simple forum discussion type
In order to restrict the discussion topic to one
As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_forum
@mod @mod_forum
Feature: A teacher can set one of 3 possible options for tracking read forum posts
In order to ease the forum posts follow up
As a moodle user