MDL-50919 behat: temporary fix until behat learns to wait for JQuery
This commit is contained in:
committed by
Eloy Lafuente (stronk7)
parent
e45f622b8e
commit
e6acf72970
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user