()
| 359 | async function singleCase(block, test, page, testPage, retry = 0) { |
| 360 | const saveCallback = await PreparePage(block, page, test.url, testPage); |
| 361 | const testJquery = () => page.evaluate(() => { |
| 362 | if (typeof jQuery === 'undefined') throw 'jquery could not be loaded'; |
| 363 | }) |
| 364 | |
| 365 | await page |
| 366 | .addScriptTag({ |