1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-06-08 18:46:15 +02:00

Fix link in README.md (#2705)

This commit is contained in:
Martin Geisler 2025-04-01 10:18:36 +02:00 committed by GitHub
parent 23d1d64aeb
commit 2b32b1cb05
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 Comprehensive Rust is using [webdriverIO](https://webdriver.io/) and the
[webdriverIO Expect API](https://webdriver.io/docs/api/expect-webdriverio/) in [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 accessing the webpage with a real browser and can access the state of the page
so behavior can be asserted. so behavior can be asserted.