Skip to content

Commit 6ec080e

Browse files
selenium docs: link to section for explicit waits: change identifier from "#explicit-wait" to "#explicit-waits"
Section with identifier #explicit-waits exists. Section with identifier #explicit-wait does not.
1 parent d98fae4 commit 6ec080e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

chapter_06_explicit_waits_1.asciidoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -445,7 +445,7 @@ to separate the timing and re-raising logic from the test assertions.
445445
But we'll wait until we need it in multiple places.
446446

447447
NOTE: If you've used Selenium before, you may know that it has a few
448-
https://www.selenium.dev/documentation/webdriver/waits/#explicit-wait[helper functions to do waits].
448+
https://www.selenium.dev/documentation/webdriver/waits/#explicit-waits[helper functions to do waits].
449449
I'm not a big fan of them, though not for any objective reason really.
450450
Over the course of the book we'll build a couple of wait helper tools
451451
which I think will make for nice, readable code,

0 commit comments

Comments
 (0)