We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
voiceOver
1 parent 09c7823 commit fb04863Copy full SHA for fb04863
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "@guidepup/playwright",
3
- "version": "0.6.0",
+ "version": "0.6.1",
4
"description": "Screen-reader driver for Playwright.",
5
"main": "lib/index.js",
6
"typings": "lib/index.d.ts",
src/voTest.ts
@@ -10,7 +10,7 @@ const PLAYWRIGHT_APPLICATION = "Playwright";
10
*
11
* A fresh started VoiceOver instance `vo` is provided to each test.
12
*/
13
-const voTest = test.extend<{ voiceOver }>({
+const voTest = test.extend<{ voiceOver: typeof voiceOver }>({
14
voiceOver: async ({}, use) => {
15
try {
16
await voiceOver.start();
0 commit comments