diff --git a/atest/acceptance/keywords/expected_conditions.robot b/atest/acceptance/keywords/expected_conditions.robot index c3ec60cb6..afdc1d1e3 100644 --- a/atest/acceptance/keywords/expected_conditions.robot +++ b/atest/acceptance/keywords/expected_conditions.robot @@ -44,4 +44,9 @@ Wait For Non Existing Expected Conditions Run Keyword And Expect Error this_is_not_an_expected_con_dition is an unknown expected condition ... Wait For Expected Condition this_is not an expected con dition ${dynamic_btn} - +Wait For Expected Conditions When Condition Includes Locator + Title Should Be Original + ${byElem}= Evaluate ("id","added_btn") + Click Element link:delayed add element + Wait For Expected Condition Presence Of Element Located ${byElem} + Click Element id:added_btn \ No newline at end of file diff --git a/atest/resources/html/javascript/expected_conditions.html b/atest/resources/html/javascript/expected_conditions.html index 9e2a38f39..621421e83 100644 --- a/atest/resources/html/javascript/expected_conditions.html +++ b/atest/resources/html/javascript/expected_conditions.html @@ -3,6 +3,14 @@ Original + + + change title
delayed change title
+ delayed add element
add content
title to ääää

@@ -56,6 +76,9 @@

+

+

+