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.
- package/actSpecs.js +1 -1
- package/package.json +1 -1
- 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
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
|
|
32
|
+
text: 'input'
|
|
33
33
|
};
|
|
34
34
|
// Names and descriptions of tests.
|
|
35
35
|
const tests = {
|