Skip to content

Commit

Permalink
Update docs/testing/webdriverio/02-unit-testing.md
Browse files Browse the repository at this point in the history
Co-authored-by: Alice Pote <[email protected]>
  • Loading branch information
christian-bromann and alicewriteswrongs committed Feb 13, 2024
1 parent 7f4e820 commit c307890
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/testing/webdriverio/02-unit-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ Find more information about the `render` method option and its return object in
### Handling Asynchronicity
Instead of directly working on DOM objects, with WebdriverIO you are interacting with references of DOM nodes and interact through WebDriver commands that are async. Make sure you always use an `await` to ensure that all commands and assertion are executed sequentially.
Instead of directly working on DOM objects, with WebdriverIO you interact with references to DOM nodes through asynchronous WebDriver commands. Make sure you always use an `await` to ensure that all commands and assertion are executed sequentially.
:::info
Expand Down

0 comments on commit c307890

Please sign in to comment.