Skip to content

Commit

Permalink
Update documentation for types (#1044)
Browse files Browse the repository at this point in the history
  • Loading branch information
jugglinmike authored Mar 6, 2024
1 parent de0575f commit f14ee9f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion types/aria-at-file.js
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@
* @property {number} info.testId
* @property {string} info.title
* @property {string} info.task
* @property {string} [info.presentationNumber]
* @property {object[]} info.references
* @property {string} info.references[].refId
* @property {string} info.references[].value
Expand All @@ -80,7 +81,7 @@
* @property {string} target.at.key
* @property {string} target.at.raw original test plan file assistive tech id
* @property {string} target.at.name
* @property {string} target.mode
* @property {"interaction" | "reading"} target.mode
* @property {string} target.referencePage
* @property {object} [target.setupScript]
* @property {string} target.setupScript.name
Expand All @@ -95,6 +96,7 @@
* @property {string} commands[].keypresses[].id
* @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 {object[]} assertions[]
* @property {1 | 2} assertions[].priority
* @property {string} [assertions[].expectation] assertion statement string, this property only exists on v1 tests
Expand Down

0 comments on commit f14ee9f

Please sign in to comment.