diff --git a/test/behat/features/user_content/add_tags.feature b/test/behat/features/user_content/add_tags.feature index 8136ee9808a76a8a779431aa8c20cfa68894f0bb..1140d539929e74877b158564ad765dda86fe4bdb 100644 --- a/test/behat/features/user_content/add_tags.feature +++ b/test/behat/features/user_content/add_tags.feature @@ -146,8 +146,7 @@ Background: And I fill in select2 input "settings_createtags" with "@black" and select "@black" And I press "Save" Then I should see "Note Block 3304" - #@TODO, This breaks too. - # When I follow "Settings" in the "Toolbar buttons" property - #And I fill in select2 input "settings_createtags" with "ébrown" and select "ébrown" - #And I press "Save" - #Then I should see "Text Block 101" + When I follow "Settings" in the "Toolbar buttons" property + And I fill in select2 input "settings_createtags" with "ébrown" and select "ébrown" + And I press "Save" + Then I should see "Text Block 101"