You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
console.warn('is_intersecting_viewport is not supported in nojs mode');
186
+
returnfalse;
187
+
},
184
188
// @ts-expect-error
185
189
response,
186
190
js: false
@@ -254,6 +258,21 @@ function duplicate(test_fn, config, is_build) {
254
258
context.pages.js.evaluate(()=>window.navigated)
255
259
]);
256
260
},
261
+
// Reference from Puppeteer: https://github.com./puppeteer/puppeteer/blob/943477cc1eb4b129870142873b3554737d5ef252/experimental/puppeteer-firefox/lib/JSHandle.js#L190-L204
0 commit comments