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.
1 parent ad09751 commit a20df25Copy full SHA for a20df25
1 file changed
packages/cli/src/test-page.ts
@@ -40,6 +40,10 @@ export function useTestPage(
40
buffer,
41
);
42
await page.evaluate(source);
43
+ await page.evaluate(() => {
44
+ Object.assign(globalThis, {...globalThis["interactorAgent"]["interactors"]});
45
+ Object.assign(globalThis, globalThis["interactorAgent"]["matchers"]);
46
+ });
47
digest = nextdigest;
48
}
49
} else {
0 commit comments