From 8b975889ba260fcb90418bbe87f1bc233fb3a012 Mon Sep 17 00:00:00 2001 From: evelyn masso Date: Mon, 23 Sep 2024 16:22:52 -0700 Subject: [PATCH 1/2] include type change --- types/aria-at-file.js | 1 + 1 file changed, 1 insertion(+) diff --git a/types/aria-at-file.js b/types/aria-at-file.js index 9dba67ec8..3a060237c 100644 --- a/types/aria-at-file.js +++ b/types/aria-at-file.js @@ -97,6 +97,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[].settings] this property only exists on v2 tests. settings in addition to the single option in `setting` * @property {object[]} assertions[] * @property {1 | 2} assertions[].priority * @property {string} [assertions[].expectation] assertion statement string, this property only exists on v1 tests From e2d54000eaf58885abec46ff34d54575f2e60a31 Mon Sep 17 00:00:00 2001 From: cypress evelyn masso Date: Wed, 20 Nov 2024 15:59:46 -0800 Subject: [PATCH 2/2] Update types/aria-at-file.js Co-authored-by: jugglinmike --- types/aria-at-file.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/types/aria-at-file.js b/types/aria-at-file.js index 3a060237c..968208d84 100644 --- a/types/aria-at-file.js +++ b/types/aria-at-file.js @@ -97,7 +97,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[].settings] this property only exists on v2 tests. settings in addition to the single option in `setting` + * @property {string[]} [commands[].additionalSettings] this property only exists on v2 tests. settings in addition to the single option in `setting` * @property {object[]} assertions[] * @property {1 | 2} assertions[].priority * @property {string} [assertions[].expectation] assertion statement string, this property only exists on v1 tests