From a4da15d472653dd3f17d140353f92d99163fe2c8 Mon Sep 17 00:00:00 2001 From: Rajesh Taneja Date: Wed, 26 Oct 2016 08:14:58 +0800 Subject: [PATCH] MDL-56532 behat: Fixed language string --- admin/tool/usertours/tests/behat/create_tour.feature | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/admin/tool/usertours/tests/behat/create_tour.feature b/admin/tool/usertours/tests/behat/create_tour.feature index 4e1693ec154..8e967bd1975 100644 --- a/admin/tool/usertours/tests/behat/create_tour.feature +++ b/admin/tool/usertours/tests/behat/create_tour.feature @@ -14,7 +14,7 @@ Feature: Add a new user tour | Name | First tour | | Description | My first tour | | Apply to URL match | /my/% | - | Enabled | 1 | + | Tour is enabled | 1 | And I add steps to the "First tour" tour: | targettype | Title | Content | | Display in middle of page | Welcome | Welcome to your personal learning space. We'd like to give you a quick tour to show you some of the areas you may find helpful | @@ -54,7 +54,7 @@ Feature: Add a new user tour | Name | First tour | | Description | My first tour | | Apply to URL match | /my/% | - | Enabled | 0 | + | Tour is enabled | 0 | And I add steps to the "First tour" tour: | targettype | Title | Content | | Display in middle of page | Welcome | Welcome to your personal learning space. We'd like to give you a quick tour to show you some of the areas you may find helpful | @@ -71,7 +71,7 @@ Feature: Add a new user tour | Name | First tour | | Description | My first tour | | Apply to URL match | /my/% | - | Enabled | 0 | + | Tour is enabled | 0 | And I add steps to the "First tour" tour: | targettype | Title | Content | | Display in middle of page | Welcome | Welcome to your personal learning space. We'd like to give you a quick tour to show you some of the areas you may find helpful |