MDL-53980 lang: Fix the reworded strings in Behat tests

This commit is contained in:
David Mudrák 2016-04-28 18:39:59 +02:00
parent a5061bf7b7
commit c1d44340a5
2 changed files with 4 additions and 4 deletions

View File

@ -18,9 +18,9 @@ Feature: Manage competency frameworks
And I should see "General"
And I should see "Taxonomies"
And I set the field "Name" to "Science Year-1"
And I set the field "Id number" to "Comp-frm-1"
And I set the field "ID number" to "Comp-frm-1"
And I press "Save changes"
And I should see "You must configure the scale by selecting default and proficient values"
And I should see "The scale needs to be configured by selecting default and proficient items."
And "Configure scales" "button" should be visible
And I press "Configure scales"
And I click on "//input[@data-field='tool_lp_scale_default_1']" "xpath_element"

View File

@ -162,7 +162,7 @@ Feature: Users can edit tags to add description or rename
And I click on "Edit tag name" "link" in the "Turtle" "table_row"
And I set the field "New name for tag Turtle" to "DOG"
And I press key "13" in the field "New name for tag Turtle"
And I should see "This tag name is already used, do you want to combine these tags?"
And I should see "The tag name is already in use. Do you want to combine these tags?"
And I press "Cancel"
And "New name for tag" "field" should not exist
And I should see "Turtle"
@ -192,7 +192,7 @@ Feature: Users can edit tags to add description or rename
And I click on "Edit tag name" "link" in the "Turtle" "table_row"
And I set the field "New name for tag Turtle" to "DOG"
And I press key "13" in the field "New name for tag Turtle"
And I should see "This tag name is already used, do you want to combine these tags?"
And I should see "The tag name is already in use. Do you want to combine these tags?"
And I press "Yes"
Then I should not see "Turtle"
And I should not see "DOG"