Skip to content

Commit 110dc1f

Browse files
fix typo in test runner link (SeleniumHQ#2193)
There was a typo in the link to the Test Runner section in the Documentation > WebDriver > Getting Started > Using Selenium page. The link is found under the 'Common Uses' headline and 'Testing' subheadline. Co-authored-by: Sri Harsha <12621691+harsha509@users.noreply.github.com>
1 parent 01f43d1 commit 110dc1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website_and_docs/content/documentation/webdriver/getting_started/using_selenium.en.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ terms of service as some websites do not permit it and others will even block Se
3434

3535
Running Selenium for testing requires making assertions on actions taken by Selenium.
3636
So a good assertion library is required. Additional features to provide structure for tests
37-
require use of [Test Runner](#test-runners).
37+
require use of [Test Runner](#test-runner).
3838

3939
## IDEs
4040

0 commit comments

Comments
 (0)