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 969cf2e commit 6a8101bCopy full SHA for 6a8101b
tests/run.mjs
@@ -84,6 +84,8 @@ async function testEnd2End() {
84
console.log(`JetStream PREPARE ${url}`);
85
await driver.get(url);
86
await driver.executeAsyncScript((callback) => {
87
+ // callback() is explicitly called without the default event
88
+ // as argument to avoid serialization issues with chromedriver.
89
globalThis.addEventListener("JetStreamReady", () => callback());
90
// We might not get a chance to install the on-ready listener, thus
91
// we also check if the runner is ready synchronously.
0 commit comments