MDL-56532 behat: Fixed language string

This commit is contained in:
Rajesh Taneja 2016-10-26 08:14:58 +08:00
parent a360594259
commit a4da15d472
No known key found for this signature in database
GPG Key ID: B363F7FB787F80E4

View File

@ -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 |