Skip to content

Commit

Permalink
Add reference to documentation in getting-started doc
Browse files Browse the repository at this point in the history
  • Loading branch information
KshitijThareja committed Aug 13, 2024
1 parent 981aab9 commit cdbf6ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions dev_docs/01_getting_started.md
Original file line number Diff line number Diff line change
Expand Up @@ -55,3 +55,4 @@ The guidelines referenced above should be sufficient for the most common tasks.
- [How to update the documentation website](./04_how_to_update_docs.md)
- [Icons](./05_icons.md)
- [Miscellaneous](./06_misc.md)
- [Visual Testing](./07_visual_testing_guide.md)
2 changes: 1 addition & 1 deletion dev_docs/07_visual_testing_guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ KDS has a visual testing system that allows you to take snapshots of how KDS Com
await click('button');
```
Here, *'button'* is the CSS selector for the component. You can pass different selectors to the functions used to simulate user interaction as per requirement.
Here, *'button'* is the CSS selector for the component. You can pass different selectors to the functions, exposed by [`visual.testUtils.js`](../jest.conf/visual.testUtils.js), to simulate user interaction as per requirement.
## Implementation details
Expand Down

0 comments on commit cdbf6ca

Please sign in to comment.