MDL-43480 behat: Removing @_only_local tags from steps where it is not necessary
authorDavid Monllao <davidm@moodle.com>
Thu, 9 Jan 2014 07:23:28 +0000 (15:23 +0800)
committerDavid Monllao <davidm@moodle.com>
Fri, 17 Jan 2014 02:41:37 +0000 (10:41 +0800)
admin/tool/behat/tests/behat/data_generators.feature
blocks/activity_modules/tests/behat/block_activity_modules.feature
files/tests/behat/course_files.feature

index 8f21a72..558c848 100644 (file)
@@ -1,4 +1,4 @@
-@tool @tool_behat @_only_local
+@tool @tool_behat
 Feature: Set up contextual data for tests
   In order to write tests quickly
   As a developer
index f0ed3f5..50df25f 100644 (file)
@@ -1,4 +1,4 @@
-@block @block_activity_modules @_only_local
+@block @block_activity_modules
 Feature: Block activity modules
   In order to overview activity modules in a course
   As a manager
@@ -13,7 +13,7 @@ Feature: Block activity modules
     And I click on "//a[@title=\"Show\"]" "xpath_element" in the "Feedback" "table_row"
 
   Scenario: Add activities block on the frontpage
-    And the following "activities" exists:
+    Given the following "activities" exists:
       | activity   | name                        | intro                              | course               | idnumber    |
       | assign     | Frontpage assignment name   | Frontpage assignment description   | Acceptance test site | assign0     |
       | book       | Frontpage book name         | Frontpage book description         | Acceptance test site | book0       |
index 314db1e..58e1fcd 100644 (file)
@@ -1,4 +1,4 @@
-@core @core_files @_only_local
+@core @core_files
 Feature: Course files
   In order to add legacy files
   As a user