Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
floitsch committed Aug 22, 2024
1 parent 495a31e commit ae31423
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/webdriver-test.toit
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ build-xml-request -> string

get-text driver/WebDriver --id/string -> string:
for i := 0; i < 10; i++:
driver-ids := driver.find "#id"
driver-ids := driver.find "#$id"
if driver-ids.is-empty:
sleep --ms=(10 * i)
continue
Expand Down

0 comments on commit ae31423

Please sign in to comment.