From 1a82729734624ee07853405074c7d317e398fc6a Mon Sep 17 00:00:00 2001 From: "Eloy Lafuente (stronk7)" Date: Sat, 17 Nov 2018 00:16:18 +0100 Subject: [PATCH] MDL-64066 behat: fix missing quote preventing jobs to complete --- tag/tests/behat/edit_tag.feature | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tag/tests/behat/edit_tag.feature b/tag/tests/behat/edit_tag.feature index c1913da4875..555facdb15e 100644 --- a/tag/tests/behat/edit_tag.feature +++ b/tag/tests/behat/edit_tag.feature @@ -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 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 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 I should see "Turtle" And I should see "Dog" -- 2.11.4.GIT