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_assign @_only_local
@mod @mod_assign @_only_local
Feature: In an assignment, students can upload files for assessment
In order to complete my assignments providing files
As a moodle student

View file

@ -1,4 +1,4 @@
@mod_assign
@mod @mod_assign
Feature: Group assignment submissions
In order to allow students to work collaboratively on an assignment
As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_assign
@mod @mod_assign
Feature: In an assignment, students can add and edit text online
In order to complete my submissions online
As a student

View file

@ -1,4 +1,4 @@
@mod_assign @mod
@mod @mod_assign
Feature: Prevent or allow assignment submission changes
In order to control when a student can change his/her submission
As a moodle teacher