Skip to content

Commit 77ca09a

Browse files
committed
GPII-2992: Added narrator launch test
1 parent 12bcfb0 commit 77ca09a

1 file changed

Lines changed: 14 additions & 0 deletions

File tree

tests/platform/windows/windows-builtIn-testSpec.js

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,20 @@ gpii.tests.windows.builtIn = [
4949
}
5050
]
5151
}
52+
}],
53+
"com.microsoft.windows.narrator": [{
54+
"settings": {
55+
"running": false
56+
},
57+
"options": {
58+
"registryName": "Narrator",
59+
"getState": [
60+
{
61+
"type": "gpii.processReporter.find",
62+
"command": "Narrator.exe"
63+
}
64+
]
65+
}
5266
}]
5367
}
5468
},

0 commit comments

Comments
 (0)