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 @@
@tool_behat
@tool @tool_behat
Feature: Page contents assertions
In order to write good tests
As a tests writer

View file

@ -1,4 +1,4 @@
@tool_behat
@tool @tool_behat
Feature: Set up contextual data for tests
In order to write tests quickly
As a moodle developer

View file

@ -1,4 +1,4 @@
@tool_behat
@tool @tool_behat
Feature: Edit capabilities
In order to extend and restrict moodle features
As an admin or teacher

View file

@ -1,4 +1,4 @@
@tool_behat
@tool @tool_behat
Feature: List the system steps definitions
In order to create new tests
As a tests writer

View file

@ -1,4 +1,4 @@
@tool_behat @core_form
@tool @tool_behat
Feature: Forms manipulation
In order to interact with Moodle
As a user

View file

@ -1,4 +1,4 @@
@tool_behat
@tool @tool_behat
Feature: Transform steps arguments
In order to write tests with complex nasty arguments
As a tests writer

View file

@ -1,4 +1,4 @@
@tool_behat
@tool @tool_behat
Feature: Set up the testing environment
In order to execute automated acceptance tests
As a moodle developer