From d6ed938f62e7456e422d7309633b9ca2879518ab Mon Sep 17 00:00:00 2001 From: franciscotrenco Date: Tue, 25 Feb 2025 17:33:47 +0100 Subject: [PATCH] fix typo in test runner link 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. --- .../webdriver/getting_started/using_selenium.en.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.en.md b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.en.md index fc7d13574d3d..00dabca65ca1 100644 --- a/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.en.md +++ b/website_and_docs/content/documentation/webdriver/getting_started/using_selenium.en.md @@ -34,7 +34,7 @@ terms of service as some websites do not permit it and others will even block Se Running Selenium for testing requires making assertions on actions taken by Selenium. So a good assertion library is required. Additional features to provide structure for tests -require use of [Test Runner](#test-runners). +require use of [Test Runner](#test-runner). ## IDEs