File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
resources/html/javascript Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ Wait Until Page Contains
1414
1515Wait Until Page Does Not Contain
1616 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
17+ Run Keyword And Expect Error Text 'Initially hidden' did not disappear in 100 milliseconds Wait Until Page Does Not Contain Initially hidden 0.1
1818
1919Wait Until Page Contains Element
2020 [Documentation] Tests also that format characters (e.g. %c) are handled correctly in error messages
Original file line number Diff line number Diff line change 4444 < div id ="content "> This is content</ div >
4545 < div id ="container "> </ div >
4646 < div id ="not_present "> Element that should disappear</ div >
47- < div id ="hidden " style ="display:none; "> Inititally hidden content</ div >
48- < button id ="disabled " disabled > Inititally disabled content</ button >
47+ < div id ="hidden " style ="display:none; "> Initially hidden content</ div >
48+ < button id ="disabled " disabled > Initially disabled content</ button >
4949 </ body >
5050</ html >
You can’t perform that action at this time.
0 commit comments