Skip to content

Commit d3c0092

Browse files
committed
TEST Adds acceptance test for Wait Until Page Does Not Contain
1 parent c412ace commit d3c0092

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

test/acceptance/keywords/waiting.txt

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ Wait Until Page Contains
1212
Wait Until Page Contains New Content 2 s
1313
Run Keyword And Expect Error Text 'invalid' did not appear in 100 milliseconds Wait Until Page Contains invalid 0.1
1414

15+
Wait Until Page Does Not Contain
16+
Wait Until Page Does Not Contain This is content 2 s
17+
Run Keyword And Expect Error Text 'Inititally hidden' did not disappear in 100 milliseconds Wait Until Page Does Not Contain Inititally hidden 0.1
18+
1519
Wait Until Page Contains Element
1620
[Documentation] Tests also that format characters (e.g. %c) are handled correctly in error messages
1721
Wait Until Page Contains Element new div 2 seconds

0 commit comments

Comments
 (0)