From 81ad5438c762ef03e29b44b7d06d3b044a0a0fbc Mon Sep 17 00:00:00 2001 From: David Monllao Date: Thu, 9 Jan 2014 15:23:28 +0800 Subject: [PATCH] MDL-43480 behat: Removing @_only_local tags from steps where it is not necessary --- admin/tool/behat/tests/behat/data_generators.feature | 2 +- .../tests/behat/block_activity_modules.feature | 4 ++-- files/tests/behat/course_files.feature | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/admin/tool/behat/tests/behat/data_generators.feature b/admin/tool/behat/tests/behat/data_generators.feature index 8f21a72f8a7..558c848b264 100644 --- a/admin/tool/behat/tests/behat/data_generators.feature +++ b/admin/tool/behat/tests/behat/data_generators.feature @@ -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 diff --git a/blocks/activity_modules/tests/behat/block_activity_modules.feature b/blocks/activity_modules/tests/behat/block_activity_modules.feature index f0ed3f5cb0e..50df25fb6a6 100644 --- a/blocks/activity_modules/tests/behat/block_activity_modules.feature +++ b/blocks/activity_modules/tests/behat/block_activity_modules.feature @@ -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 | diff --git a/files/tests/behat/course_files.feature b/files/tests/behat/course_files.feature index 314db1e8a21..58e1fcd473a 100644 --- a/files/tests/behat/course_files.feature +++ b/files/tests/behat/course_files.feature @@ -1,4 +1,4 @@ -@core @core_files @_only_local +@core @core_files Feature: Course files In order to add legacy files As a user -- 2.43.0