Skip to content

Commit 4cf850a

Browse files
committed
Merge pull request #420 from laurentbristiel/master
fix typo in test
2 parents ec67658 + 549a175 commit 4cf850a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

test/acceptance/keywords/waiting.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Wait Until Page Contains
1414

1515
Wait 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

1919
Wait Until Page Contains Element
2020
[Documentation] Tests also that format characters (e.g. %c) are handled correctly in error messages

test/resources/html/javascript/delayed_events.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
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>

0 commit comments

Comments
 (0)