MDL-39232 behat: Adding @_only_local tag

Tests which requires files to be uploaded should
be tagged as @_only_local.
This commit is contained in:
David Monllao
2013-04-30 11:54:47 +08:00
parent cf5a3296c4
commit 9b1dbe16db
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
@badges
@badges @_only_local
Feature: Add badges to the system
In order to give badges to users for their achievements
As an admin
+1 -1
View File
@@ -1,4 +1,4 @@
@award_badges
@award_badges @_only_local
Feature: Award badges
In order to award badges to users for their achievements
As an admin
+1 -1
View File
@@ -44,7 +44,7 @@ Feature: Add cohorts of users
And the "Current users" select box should not contain "Forth User (forth@user.com)"
@javascript
Scenario: Add users to a cohort uploading a users file
Scenario: Add users to a cohort using a bulk user action
When I follow "Bulk user actions"
And I select "Third User" from "Available"
And I press "Add to selection"
@@ -1,4 +1,4 @@
@admin @cohorts
@admin @cohorts @_only_local
Feature: Upload users to a cohort
In order to quickly fill site-wide groups with users
As a moodle admin