Skip to content

Commit f60ca47

Browse files
committed
Add to sidebar
1 parent 698393a commit f60ca47

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

docs/get-started/tests/index.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Tests tell Doc Detective what actions to perform, how, and where. Tests are made
1919

2020
- [**checkLink**](/docs/get-started/actions/checkLink): Check if a URL returns an acceptable status code from a GET request.
2121
- [**click**](/docs/get-started/actions/click): Click or tap an element.
22-
- [**dragAndDrop**](/docs/get-started/actions/dragAndDrop): Drag and drop an element from source to target.
22+
- [**dragAndDrop**](/docs/get-started/actions/dragAndDrop): Drag an element and drop it on a target.
2323
- [**find**](/docs/get-started/actions/find): Check if an element exists with the specified selector.
2424
- [**goTo**](/docs/get-started/actions/goTo): Navigate to a specified URL.
2525
- [**httpRequest**](/docs/get-started/actions/httpRequest): Perform a generic HTTP request, for example to an API.

sidebars.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ const sidebars: SidebarsConfig = {
5252
items: [
5353
"get-started/actions/checkLink",
5454
"get-started/actions/click",
55+
"get-started/actions/dragAndDrop",
5556
"get-started/actions/find",
5657
"get-started/actions/goTo",
5758
"get-started/actions/httpRequest",

0 commit comments

Comments
 (0)