From 2b32b1cb05ce717ef0a1c4054d196ee6650fdcda Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Tue, 1 Apr 2025 10:18:36 +0200 Subject: [PATCH] Fix link in README.md (#2705) --- tests/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/README.md b/tests/README.md index c664ca7a..63e2f106 100644 --- a/tests/README.md +++ b/tests/README.md @@ -5,7 +5,7 @@ functionality. Examples are `theme/speaker-notes.js` or `theme/book.js`. Comprehensive Rust is using [webdriverIO](https://webdriver.io/) and the [webdriverIO Expect API](https://webdriver.io/docs/api/expect-webdriverio/) in -combination with [Mocha] (https://mochajs.org/). WebdriverIO is taking care of +combination with [Mocha](https://mochajs.org/). WebdriverIO is taking care of accessing the webpage with a real browser and can access the state of the page so behavior can be asserted.