MDL-50919 behat: temporary fix until behat learns to wait for JQuery

This commit is contained in:
Marina Glancy
2015-09-03 10:19:20 +02:00
committed by Eloy Lafuente (stronk7)
parent e45f622b8e
commit e6acf72970
+2 -1
View File
@@ -140,7 +140,8 @@ Feature: Users can edit tags to add description or rename
And I click on "Edit tag name" "link" in the "Cat" "table_row"
And I set the field "New name for tag Cat" to "Kitten"
And I press key "13" in the field "New name for tag Cat"
And I wait until the page is ready
# TODO MDL-51311 : replace with "And I wait until the page is ready".
And I wait "2" seconds
Then I should not see "Cat"
And "New name for tag" "field" should not be visible
And I wait until "Kitten" "link" exists