Skip to content

Commit 15fd017

Browse files
committed
GPII-75: added comments to the {environment} workaround.
1 parent d23e158 commit 15fd017

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

tests/AcceptanceTests.js

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -456,6 +456,7 @@ var testDefs = [
456456
"speech.espeak.sayCapForCapitals": true
457457
},
458458
"options": {
459+
// This needs to be addressed with GPII-497.
459460
"path": path.resolve(process.env.APPDATA, "nvda/nvda.ini"),
460461
"allowNumberSignComments": true,
461462
"allowSubSections": true
@@ -494,6 +495,7 @@ var testDefs = [
494495
"speech.espeak.sayCapForCapitals": true
495496
},
496497
"options": {
498+
// This needs to be addressed with GPII-497.
497499
"path": path.resolve(process.env.APPDATA, "nvda/nvda.ini"),
498500
"allowNumberSignComments": true,
499501
"allowSubSections": true
@@ -528,6 +530,7 @@ var testDefs = [
528530
"virtualBuffers.autoSayAllOnPageLoad": false
529531
},
530532
"options": {
533+
// This needs to be addressed with GPII-497.
531534
"path": path.resolve(process.env.APPDATA, "nvda/nvda.ini"),
532535
"allowNumberSignComments": true,
533536
"allowSubSections": true

0 commit comments

Comments
 (0)