MDL-64066 behat: fix missing quote preventing jobs to complete

This commit is contained in:
Eloy Lafuente (stronk7) 2018-11-17 00:16:18 +01:00
parent 8907290a46
commit 1a82729734

View file

@ -177,7 +177,7 @@ Feature: Users can edit tags to add description or rename
And I set the field "New name for tag Turtle" to "DOG" 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 press key "13" in the field "New name for tag Turtle"
And I should see "The tag name is already in use. 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 click on "Cancel" "button in the "Confirm" "dialogue" And I click on "Cancel" "button" in the "Confirm" "dialogue"
And "New name for tag" "field" should not exist And "New name for tag" "field" should not exist
And I should see "Turtle" And I should see "Turtle"
And I should see "Dog" And I should see "Dog"