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_glossary @mod
@mod @mod_glossary
Feature: A teacher can set whether glossary entries are always editable or not
In order to ensure students think before adding new entries
As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_glossary
@mod @mod_glossary
Feature: A teacher can choose whether to allow duplicate entries in a glossary
In order to avoid confusion
As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_glossary @mod
@mod @mod_glossary
Feature: A teacher can choose whether to provide a printer-friendly glossary entries list
In order to print glossaries easily
As a moodle user

View file

@ -1,4 +1,4 @@
@mod_glossary @mod
@mod @mod_glossary
Feature: Glossary entries can be searched or browsed by alphabet, category, date or author
In order to find entries in a glossary
As a moodle user