Skip to content

Commit

Permalink
MDL-39232 behat: Adding @_only_local tag
Browse files Browse the repository at this point in the history
Tests which requires files to be uploaded should
be tagged as @_only_local.
  • Loading branch information
David Monllao committed Apr 30, 2013
1 parent cf5a329 commit 9b1dbe1
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion badges/tests/behat/add_badge.feature
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion badges/tests/behat/award_badge.feature
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion cohort/tests/behat/add_cohort.feature
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
2 changes: 1 addition & 1 deletion cohort/tests/behat/upload_cohort_users.feature
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 9b1dbe1

Please sign in to comment.