webdriverio
Advanced tools
Comparing version 9.5.3 to 9.5.4
@@ -17,4 +17,4 @@ import type { ChainablePromiseElement, DragAndDropCoordinate, DragAndDropOptions } from '../../types.js'; | ||
it('should demonstrate the dragAndDrop command', async () => { | ||
const elem = await $('#someElem') | ||
const target = await $('#someTarget') | ||
const elem = $('#someElem') | ||
const target = $('#someTarget') | ||
@@ -21,0 +21,0 @@ // drag and drop to other element |
@@ -19,4 +19,4 @@ export {}; | ||
it('should demonstrate the dragAndDrop command', async () => { | ||
const elem = await $('#someElem') | ||
const target = await $('#someTarget') | ||
const elem = $('#someElem') | ||
const target = $('#someTarget') | ||
@@ -23,0 +23,0 @@ // drag and drop to other element |
{ | ||
"name": "webdriverio", | ||
"description": "Next-gen browser and mobile automation test framework for Node.js", | ||
"version": "9.5.3", | ||
"version": "9.5.4", | ||
"homepage": "https://webdriver.io", | ||
@@ -103,3 +103,3 @@ "author": "Christian Bromann <mail@bromann.dev>", | ||
"urlpattern-polyfill": "^10.0.0", | ||
"webdriver": "9.5.3" | ||
"webdriver": "9.5.4" | ||
}, | ||
@@ -114,3 +114,3 @@ "peerDependencies": { | ||
}, | ||
"gitHead": "f637de6d4711fe0e3f6d84925286481afcacc324" | ||
"gitHead": "b4e5733841d26e9b3e29cac5630f9bb67e33e00e" | ||
} |
Sorry, the diff of this file is too big to display
783734
+ Addedwebdriver@9.5.4(transitive)
- Removedwebdriver@9.5.3(transitive)
Updatedwebdriver@9.5.4