in packages/synthetics-sdk-broken-links/src/navigation_func.ts [128:135]
await checkLink(page, link, options, storageParams)
);
/** In the case of a single page app, network requests can hang and cause
* timeout issues in following links. To ensure this does not happen we
* need to reset the page in between every link checked
*/
await gotoBlankPage(page);
} catch (err) {