cypress-dragndrop-kit 1.0.6 → 1.0.7
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -2
- package/package.json +1 -1
package/README.md
CHANGED
@@ -25,8 +25,11 @@ import 'cypress-dragndrop-kit';
|
|
25
25
|
|
26
26
|
### ✨ Available commands
|
27
27
|
|
28
|
-
|
29
|
-
|
28
|
+
| Command | Type | Description |
|
29
|
+
| --- | --- | --- |
|
30
|
+
| `dragTo(targetElementLocator, options)` | `Child command` | Custom child command for dragging and dropping a chained element to a specified element location |
|
31
|
+
| `dragAndDrop(sourceElementLocator, targetElementLocator, options)` | `Parent command` | Custom command for dragging and dropping from one element location to another |
|
32
|
+
|
30
33
|
|
31
34
|
<br/>
|
32
35
|
|