webdriverio 8.13.3 → 8.13.4

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.
@@ -114,7 +114,7 @@ import { KeyAction, PointerAction, WheelAction } from '../../utils/actions/index
114
114
  const elem = await $('input')
115
115
  await elem.click() // make element active
116
116
 
117
- await browser.action('key)
117
+ await browser.action('key')
118
118
  .down('f')
119
119
  .down('o')
120
120
  .down('o')
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "webdriverio",
3
3
  "description": "Next-gen browser and mobile automation test framework for Node.js",
4
- "version": "8.13.3",
4
+ "version": "8.13.4",
5
5
  "homepage": "https://webdriver.io",
6
6
  "author": "Christian Bromann <mail@bromann.dev>",
7
7
  "license": "MIT",
@@ -93,5 +93,5 @@
93
93
  "serialize-error": "^8.0.0",
94
94
  "webdriver": "8.13.1"
95
95
  },
96
- "gitHead": "8d1cdd7fed61921baaf71787fb46b6b33061d794"
96
+ "gitHead": "9f935f814d57a4604b4d3ec153bf01aea1c73ce8"
97
97
  }