From e6acf72970f81ecd42e7ed7953a1f7b6d21d43da Mon Sep 17 00:00:00 2001 From: Marina Glancy Date: Thu, 3 Sep 2015 09:10:19 +0800 Subject: [PATCH] MDL-50919 behat: temporary fix until behat learns to wait for JQuery --- tag/tests/behat/edit_tag.feature | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tag/tests/behat/edit_tag.feature b/tag/tests/behat/edit_tag.feature index e6e4fc40068..3058ecfb607 100644 --- a/tag/tests/behat/edit_tag.feature +++ b/tag/tests/behat/edit_tag.feature @@ -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 -- 2.43.0