testaro 14.0.0 → 14.1.1

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 (3) hide show
  1. package/actSpecs.js +1 -1
  2. package/package.json +1 -1
  3. package/run.js +1 -1
package/actSpecs.js CHANGED
@@ -147,7 +147,7 @@ exports.actSpecs = {
147
147
  wait: [
148
148
  'Wait until something appears',
149
149
  {
150
- what: [true, 'string', 'isWaitable', 'waitable item type'],
150
+ what: [true, 'string', 'isWaitable', 'waitable item type (url, title, or body)'],
151
151
  which: [true, 'string', 'hasLength', 'substring of waitable-item text']
152
152
  }
153
153
  ]
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "testaro",
3
- "version": "14.0.0",
3
+ "version": "14.1.1",
4
4
  "description": "Automation of accessibility testing",
5
5
  "main": "index.js",
6
6
  "scripts": {
package/run.js CHANGED
@@ -29,7 +29,7 @@ const moves = {
29
29
  radio: 'input[type=radio]',
30
30
  search: 'input[type=search], input[aria-label*=search i], input[placeholder*=search i]',
31
31
  select: 'select',
32
- text: 'input[type=text], input:not([type])'
32
+ text: 'input'
33
33
  };
34
34
  // Names and descriptions of tests.
35
35
  const tests = {