You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: test/acceptance/keywords/waiting.txt
+13Lines changed: 13 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -38,3 +38,16 @@ Wait Until Element Is Enabled
38
38
Run Keyword And Expect Error Element locator 'id=invalid' did not match any elements after 100 milliseconds Wait Until Element Is Enabled id=invalid 0.1
39
39
Run Keyword And Expect Error User error message Wait Until Element Is Enabled id=invalid 0.1 User error message
40
40
41
+
Wait Until Element Contains
42
+
Run Keyword And Expect Error Text 'New' did not appear in 100 milliseconds to element 'id=content'. Its text was 'This is content'. Wait Until Element Contains id=content New 0.1
43
+
Wait Until Element Contains content New Content 2 s
44
+
Wait Until Element Contains content New 2 s
45
+
Run Keyword And Expect Error User error message Wait Until Element Contains content Error 0.1 User error message
46
+
Run Keyword And Expect Error ValueError: Element locator 'id=invalid' did not match any elements. Wait Until Element Contains id=invalid content 0.1
47
+
48
+
Wait Until Element Does Not Contain
49
+
Run Keyword And Expect Error Text 'This is' did not disappear in 100 milliseconds from element 'id=content'. Wait Until Element Does Not Contain id=content This is 0.1
50
+
Wait Until Element Does Not Contain content This is 2 s
51
+
Wait Until Element Does Not Contain id=content content 2 s
52
+
Run Keyword And Expect Error User error message Wait Until Element Does Not Contain content New Content 0.1 User error message
0 commit comments