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_wiki @mod
@mod @mod_wiki
Feature: A teacher can set a wiki to be collaborative or individual
In order to allow both collaborative wikis and individual journals with history register
As a teacher

View file

@ -1,4 +1,4 @@
@mod_wiki @mod
@mod @mod_wiki
Feature: A history of each wiki page is available
In order to know how a wiki page evolved over the time and how changed what
As a moodle user

View file

@ -1,4 +1,4 @@
@mod_wiki @mod
@mod @mod_wiki
Feature: Edited wiki pages may be previewed before saving
Background:

View file

@ -1,4 +1,4 @@
@mod_wiki @mod
@mod @mod_wiki
Feature: There is a choice of formats for editing a wiki page
In order to allow users to use their favorite wiki format
As a moodle user