testaro 6.0.2 → 6.0.3

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.
Files changed (2) hide show
  1. package/commands.js +2 -1
  2. package/package.json +1 -1
package/commands.js CHANGED
@@ -139,7 +139,8 @@ exports.commands = {
139
139
  'Navigate to a new URL',
140
140
  {
141
141
  which: [true, 'string', 'isURL', 'URL'],
142
- what: [false, 'string', 'hasLength', 'comment']
142
+ what: [false, 'string', 'hasLength', 'comment'],
143
+ id: [false, 'string', 'hasLength', 'ID of the host']
143
144
  }
144
145
  ],
145
146
  wait: [
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "6.0.2",
3
+ "version": "6.0.3",
4
4
  "description": "Automation of accessibility testing",
5
5
  "main": "index.js",
6
6
  "scripts": {