Skip to content

Commit

Permalink
fix types
Browse files Browse the repository at this point in the history
  • Loading branch information
outofambit committed Sep 23, 2024
1 parent 1f54c5b commit a555c2c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/data/types.js
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@
* @property {string} commands[].keypresses[].keystroke single human-readable key or key chord press
* @property {string} [commands[].extraInstruction] human-readable additional instruction to follow
* @property {string} [commands[].settings] this property only exists on v2 tests
* @property {string} [commands[].additionalSettings] this property only exists on v2 tests
* @property {string[]} [commands[].additionalSettings] this property only exists on v2 tests
* @property {object[]} assertions[]
* @property {1 | 2} assertions[].priority
* @property {string} [assertions[].expectation] assertion statement string, this property only exists on v1 tests
Expand Down
2 changes: 1 addition & 1 deletion src/runner/driver-test-runner.js
Original file line number Diff line number Diff line change
Expand Up @@ -96,7 +96,7 @@ export class DriverTestRunner {
*
* @param {string} settings - "browseMode" "focusMode" for NVDA, "pcCursor" "virtualCursor"
* for JAWS., "defaultMode" for others.
* @param {string} additionalSettings - e.g. "speechRateIncrease" and "commentAnnouncementOn" for JAWS
* @param {string[]} additionalSettings - e.g. "speechRateIncrease" and "commentAnnouncementOn" for JAWS
*/
async ensureSettings(settings, additionalSettings) {
const { atName } = await this.collectedCapabilities;
Expand Down

0 comments on commit a555c2c

Please sign in to comment.