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 @@
@admin @core @core_admin
Feature: Display extended course names Feature: Display extended course names
In order to display more info about the courses In order to display more info about the courses
As a moodle admin As a moodle admin

View file

@ -1,4 +1,4 @@
@admin @core @core_admin
Feature: An administrator can filter user accounts by role, cohort and other profile fields Feature: An administrator can filter user accounts by role, cohort and other profile fields
In order to find the user accounts I am looking for In order to find the user accounts I am looking for
As a moodle admin As a moodle admin

View file

@ -1,4 +1,4 @@
@admin @_only_local @core @core_admin @_only_local
Feature: Upload users Feature: Upload users
In order to add users to the system In order to add users to the system
As a moodle admin As a moodle admin

View file

@ -1,4 +1,4 @@
@tool_behat @tool @tool_behat
Feature: Page contents assertions Feature: Page contents assertions
In order to write good tests In order to write good tests
As a tests writer As a tests writer

View file

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

View file

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

View file

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

View file

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

View file

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

View file

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

View file

@ -1,4 +1,4 @@
@auth @core @core_auth
Feature: Authentication Feature: Authentication
In order to validate my credentials in the system In order to validate my credentials in the system
As a moodle user As a moodle user

View file

@ -1,4 +1,4 @@
@backup @core @core_backup
Feature: Backup Moodle courses Feature: Backup Moodle courses
In order to save and store course contents In order to save and store course contents
As a moodle admin As a moodle admin

View file

@ -1,4 +1,4 @@
@backup @core @core_backup
Feature: Duplicate activities Feature: Duplicate activities
In order to set up my course contents quickly In order to set up my course contents quickly
As a moodle teacher As a moodle teacher

View file

@ -1,4 +1,4 @@
@backup @core @core_backup
Feature: Import course's contents into another course Feature: Import course's contents into another course
In order to move and copy contents between courses In order to move and copy contents between courses
As a moodle teacher As a moodle teacher

View file

@ -1,4 +1,4 @@
@backup @core @core_backup
Feature: Restore Moodle 2 course backups Feature: Restore Moodle 2 course backups
In order to continue using my stored course contents In order to continue using my stored course contents
As a moodle teacher and as a moodle admin As a moodle teacher and as a moodle admin

View file

@ -1,4 +1,4 @@
@badges @_only_local @core @core_badges @_only_local
Feature: Add badges to the system Feature: Add badges to the system
In order to give badges to users for their achievements In order to give badges to users for their achievements
As an admin As an admin

View file

@ -1,4 +1,4 @@
@award_badges @_only_local @core @core_badges @_only_local
Feature: Award badges Feature: Award badges
In order to award badges to users for their achievements In order to award badges to users for their achievements
As an admin As an admin

View file

@ -1,4 +1,4 @@
@core_comment @block @block_comments
Feature: Add a comment to the comments block Feature: Add a comment to the comments block
In order to comment on a conversation or a topic In order to comment on a conversation or a topic
As a moodle user As a moodle user

View file

@ -1,4 +1,4 @@
@core_comment @block @block_comments
Feature: Delete comment block messages Feature: Delete comment block messages
In order to refine comment block's contents In order to refine comment block's contents
As a moodle teacher As a moodle teacher

View file

@ -1,4 +1,4 @@
@blocks @core @core_block
Feature: Add blocks Feature: Add blocks
In order to add more functionality to pages In order to add more functionality to pages
As a teacher As a teacher

View file

@ -1,4 +1,4 @@
@blocks @admin @core @core_block
Feature: Add and configure blocks throughout the site Feature: Add and configure blocks throughout the site
In order to maintain some patterns across all the site In order to maintain some patterns across all the site
As a moodle manager As a moodle manager

View file

@ -1,4 +1,4 @@
@blocks @core @core_block
Feature: Allowed blocks controls Feature: Allowed blocks controls
In order to prevent the use of some blocks In order to prevent the use of some blocks
As an admin As an admin

View file

@ -1,4 +1,4 @@
@blog @core @core_blog
Feature: Comment on a blog entry Feature: Comment on a blog entry
In order to respond to a blog post In order to respond to a blog post
As a moodle user As a moodle user
@ -75,4 +75,4 @@ Feature: Comment on a blog entry
And I fill in "content" with "$My own >nasty< \"string\"!" And I fill in "content" with "$My own >nasty< \"string\"!"
And I follow "Save comment" And I follow "Save comment"
And I wait "4" seconds And I wait "4" seconds
Then I should see "$My own >nasty< \"string\"!" Then I should see "$My own >nasty< \"string\"!"

View file

@ -1,4 +1,4 @@
@admin @cohorts @core @core_cohort
Feature: Add cohorts of users Feature: Add cohorts of users
In order to create site-wide groups In order to create site-wide groups
As a moodle admin As a moodle admin

View file

@ -1,4 +1,4 @@
@admin @cohorts @_only_local @core @core_cohort @_only_local
Feature: Upload users to a cohort Feature: Upload users to a cohort
In order to quickly fill site-wide groups with users In order to quickly fill site-wide groups with users
As a moodle admin As a moodle admin

View file

@ -1,4 +1,4 @@
@core_completion @core @core_completion
Feature: Allow students to manually mark an activity as complete Feature: Allow students to manually mark an activity as complete
In order to let students decide when an activity is completed In order to let students decide when an activity is completed
As a moodle teacher As a moodle teacher

View file

@ -1,4 +1,4 @@
@core_completion @core @core_completion
Feature: Restrict sections availability through completion conditions Feature: Restrict sections availability through completion conditions
In order to control section's contents access through activities completion In order to control section's contents access through activities completion
As a moodle teacher As a moodle teacher

View file

@ -1,4 +1,4 @@
@core_course @_cross_browser @core @core_course @_cross_browser
Feature: Toggle activities groups mode from the course page Feature: Toggle activities groups mode from the course page
In order to split activities in groups In order to split activities in groups
As a moodle teacher As a moodle teacher

View file

@ -1,4 +1,4 @@
@core_course @_cross_browser @core @core_course @_cross_browser
Feature: Indent items on the course page Feature: Indent items on the course page
In order to create a structured view of activities In order to create a structured view of activities
As a moodle teacher As a moodle teacher

View file

@ -1,4 +1,4 @@
@core_course @_cross_browser @core @core_course @_cross_browser
Feature: Toggle activities visibility from the course page Feature: Toggle activities visibility from the course page
In order to delay activities availability In order to delay activities availability
As a moodle teacher As a moodle teacher

View file

@ -1,4 +1,4 @@
@core_course @core @core_course
Feature: Add activities to courses Feature: Add activities to courses
In order to provide tools for students learning In order to provide tools for students learning
As a teacher As a teacher

View file

@ -1,4 +1,4 @@
@core_course @core @core_course
Feature: Edit course settings Feature: Edit course settings
In order to set the course according to my teaching needs In order to set the course according to my teaching needs
As a moodle teacher As a moodle teacher

View file

@ -1,4 +1,4 @@
@core_course @_cross_browser @core @core_course @_cross_browser
Feature: Force group mode in a course Feature: Force group mode in a course
In order to use the same group mode all over the course In order to use the same group mode all over the course
As a moodle teacher As a moodle teacher

View file

@ -1,4 +1,4 @@
@core_course @admin @core @core_course
Feature: The maximum number of weeks/topics in a course can be configured Feature: The maximum number of weeks/topics in a course can be configured
In order to set boundaries to courses size In order to set boundaries to courses size
As a moodle manager As a moodle manager

View file

@ -1,4 +1,4 @@
@core_course @core @core_course
Feature: Course paged mode Feature: Course paged mode
In order to split the course in parts In order to split the course in parts
As a moodle teacher As a moodle teacher

View file

@ -1,4 +1,4 @@
@core_course @core @core_course
Feature: Rename roles within a course Feature: Rename roles within a course
In order to set course roles names according to their responsabilities In order to set course roles names according to their responsabilities
As a moodle teacher As a moodle teacher

View file

@ -1,4 +1,4 @@
@core_course @admin @core @core_course
Feature: Restrict activities availability Feature: Restrict activities availability
In order to prevent the use of some activities In order to prevent the use of some activities
As a moodle admin As a moodle admin

View file

@ -1,4 +1,4 @@
@core_course @_cross_browser @core @core_course @_cross_browser
Feature: Topic's course sections highlighting Feature: Topic's course sections highlighting
In order to highlight parts of the course to students In order to highlight parts of the course to students
As a teacher As a teacher

View file

@ -1,4 +1,4 @@
@core_course @_cross_browser @core @core_course @_cross_browser
Feature: Show/hide course sections Feature: Show/hide course sections
In order to delay sections availability In order to delay sections availability
As a moodle teacher As a moodle teacher

View file

@ -1,4 +1,4 @@
@enrol_guest @enrol @enrol_guest
Feature: Guest users can auto-enrol themself in courses where guest access is allowed Feature: Guest users can auto-enrol themself in courses where guest access is allowed
In order to access courses contents In order to access courses contents
As a guest As a guest

View file

@ -1,4 +1,4 @@
@enrol_self @enrol @enrol_self
Feature: Users can auto-enrol themself in courses where self enrolment is allowed Feature: Users can auto-enrol themself in courses where self enrolment is allowed
In order to participate in courses In order to participate in courses
As a moodle user As a moodle user

View file

@ -1,4 +1,4 @@
@core_group @core @core_group
Feature: Automatic creation of groups Feature: Automatic creation of groups
In order to quickly create groups In order to quickly create groups
As a teacher As a teacher

View file

@ -1,4 +1,4 @@
@core_group @core @core_group
Feature: Organize students into groups Feature: Organize students into groups
In order to organize course activities in groups In order to organize course activities in groups
As a moodle teacher As a moodle teacher

View file

@ -1,4 +1,4 @@
@core_group @core @core_group
Feature: Uniqueness of Group ID number Feature: Uniqueness of Group ID number
In order to create unique groups and groupings In order to create unique groups and groupings
As a moodle teacher As a moodle teacher

View file

@ -1,4 +1,4 @@
@editor_tinymce @editor @editor_tinymce
Feature: Add or remove items from the TinyMCE editor toolbar Feature: Add or remove items from the TinyMCE editor toolbar
In order to customize the TinyMCE editor appearance In order to customize the TinyMCE editor appearance
As a moodle admin As a moodle admin

View file

@ -1,4 +1,4 @@
@core_message @core @core_message
Feature: Block users from contacting me Feature: Block users from contacting me
In order to block other users In order to block other users
As a moodle user As a moodle user

View file

@ -1,4 +1,4 @@
@core_message @core @core_message
Feature: Manage contacts Feature: Manage contacts
In order to easily access the users I interact more with In order to easily access the users I interact more with
As a moodle user As a moodle user

View file

@ -1,4 +1,4 @@
@core_message @core @core_message
Feature: Users can search their message history Feature: Users can search their message history
In order to read old messages In order to read old messages
As a moodle user As a moodle user

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

View file

@ -1,4 +1,4 @@
@mod_assign @mod @mod_assign
Feature: Group assignment submissions Feature: Group assignment submissions
In order to allow students to work collaboratively on an assignment In order to allow students to work collaboratively on an assignment
As a moodle teacher 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 Feature: In an assignment, students can add and edit text online
In order to complete my submissions online In order to complete my submissions online
As a student As a student

View file

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

View file

@ -1,4 +1,4 @@
@mod_choice @mod @mod_choice
Feature: Add choice activity Feature: Add choice activity
In order to ask questions as a choice of multiple responses In order to ask questions as a choice of multiple responses
As a moodle teacher As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_choice @mod @mod_choice
Feature: A teacher can choose one of 4 options for publishing choice results Feature: A teacher can choose one of 4 options for publishing choice results
In order to display choice activities outcomes In order to display choice activities outcomes
As a moodle teacher As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_choice @mod @mod_choice
Feature: A teacher can choose whether to publish choice activity results anonymously or showing names Feature: A teacher can choose whether to publish choice activity results anonymously or showing names
In order to keep students privacy or to give more info to students In order to keep students privacy or to give more info to students
As a moodle teacher As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_forum @mod @mod_forum
Feature: Add forum activities and discussions Feature: Add forum activities and discussions
In order to discuss topics with other users In order to discuss topics with other users
As a moodle teacher 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 Feature: Set a certain number of discussions as a completion condition for a forum
In order to ensure students are participating on forums In order to ensure students are participating on forums
As a moodle teacher 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 Feature: Students can choose from 4 discussion display options and their choice is remembered
In order to read forum posts in a suitable view In order to read forum posts in a suitable view
As a moodle user 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 Feature: Students can edit or delete their forum posts within a set time limit
In order to refine forum posts In order to refine forum posts
As a moodle user As a moodle user

View file

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

View file

@ -1,4 +1,4 @@
@mod_forum @mod @mod_forum
Feature: Single simple forum discussion type Feature: Single simple forum discussion type
In order to restrict the discussion topic to one In order to restrict the discussion topic to one
As a moodle teacher 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 Feature: A teacher can set one of 3 possible options for tracking read forum posts
In order to ease the forum posts follow up In order to ease the forum posts follow up
As a moodle user As a moodle user

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 Feature: A teacher can set whether glossary entries are always editable or not
In order to ensure students think before adding new entries In order to ensure students think before adding new entries
As a moodle teacher 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 Feature: A teacher can choose whether to allow duplicate entries in a glossary
In order to avoid confusion In order to avoid confusion
As a moodle teacher 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 Feature: A teacher can choose whether to provide a printer-friendly glossary entries list
In order to print glossaries easily In order to print glossaries easily
As a moodle user 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 Feature: Glossary entries can be searched or browsed by alphabet, category, date or author
In order to find entries in a glossary In order to find entries in a glossary
As a moodle user As a moodle user

View file

@ -1,4 +1,4 @@
@mod_lesson @mod @mod @mod_lesson
Feature: A teacher can set available from and deadline dates to access a lesson Feature: A teacher can set available from and deadline dates to access a lesson
In order to schedule lesson activities In order to schedule lesson activities
As a moodle teacher As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_lesson @mod @mod @mod_lesson
Feature: In a lesson activity, students can navigate through a series of pages in various ways depending upon their answers to questions Feature: In a lesson activity, students can navigate through a series of pages in various ways depending upon their answers to questions
In order to create a lesson with conditional paths In order to create a lesson with conditional paths
As a teacher As a teacher

View file

@ -1,4 +1,4 @@
@mod_lesson @mod @mod @mod_lesson
Feature: A teacher can password protect a lesson Feature: A teacher can password protect a lesson
In order to avoid undesired accesses to lesson activities In order to avoid undesired accesses to lesson activities
As a moodle teacher As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_lesson @mod @mod @mod_lesson
Feature: A teacher can set a time limit for a lesson Feature: A teacher can set a time limit for a lesson
In order to restrict the time students have to complete a lesson In order to restrict the time students have to complete a lesson
As a moodle teacher As a moodle teacher

View file

@ -1,4 +1,4 @@
@mod_survey @mod @mod_survey
Feature: A teacher can set three types of survey activity Feature: A teacher can set three types of survey activity
In order to use verified survey instruments In order to use verified survey instruments
As a moodle teacher As a moodle teacher

View file

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

View file

@ -1,4 +1,4 @@
@mod_wiki @mod @mod @mod_wiki
Feature: A history of each wiki page is available 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 In order to know how a wiki page evolved over the time and how changed what
As a moodle user 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 Feature: Edited wiki pages may be previewed before saving
Background: 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 Feature: There is a choice of formats for editing a wiki page
In order to allow users to use their favorite wiki format In order to allow users to use their favorite wiki format
As a moodle user As a moodle user

View file

@ -1,4 +1,4 @@
@core_question @core @core_question
Feature: A teacher can edit questions in the question bank Feature: A teacher can edit questions in the question bank
In order to refine questions contents In order to refine questions contents
As a teacher As a teacher

View file

@ -1,4 +1,4 @@
@core_question @core @core_question
Feature: A teacher can preview questions in the question bank Feature: A teacher can preview questions in the question bank
In order to ensure the questions are properly created In order to ensure the questions are properly created
As a teacher As a teacher

View file

@ -1,4 +1,4 @@
@core_question @core @core_question
Feature: A teacher can sort questions in the question bank Feature: A teacher can sort questions in the question bank
In order to order the question bank's questions In order to order the question bank's questions
As a teacher As a teacher

View file

@ -1,4 +1,4 @@
@repository_recent @_only_local @repository @repository_recent @_only_local
Feature: Recent files repository lists the recently used files Feature: Recent files repository lists the recently used files
In order to save time when selecting files In order to save time when selecting files
As a moodle user As a moodle user

View file

@ -1,4 +1,4 @@
@repository @_only_local @core @core_filepicker @_only_local
Feature: A selected file can be cancelled Feature: A selected file can be cancelled
In order to refine the file manager contents In order to refine the file manager contents
As a moodle user As a moodle user

View file

@ -1,4 +1,4 @@
@core_form @filepicker @core @core_filepicker
Feature: Create folders in the file manager Feature: Create folders in the file manager
In order to create a directory structure in a file area In order to create a directory structure in a file area
As a moodle user As a moodle user

View file

@ -1,4 +1,4 @@
@filepicker @_only_local @core @core_filepicker @_only_local
Feature: Delete files and folders from the file manager Feature: Delete files and folders from the file manager
In order to clean the file manager contents In order to clean the file manager contents
As a moodle user As a moodle user

View file

@ -1,4 +1,4 @@
@core_form @filepicker @core @core_filepicker
Feature: Zip folders and unzip compressed files Feature: Zip folders and unzip compressed files
In order to download or add contents to file areas easily In order to download or add contents to file areas easily
As a moodle user As a moodle user

View file

@ -1,4 +1,4 @@
@repository_upload @core_form @repository @_only_local @repository @repository_upload @_only_local
Feature: Upload files Feature: Upload files
In order to add contents In order to add contents
As a moodle user As a moodle user