in src/cmp_tcfv2.js [62:73]
async function () {
log(
'Adverts load and the CMP is NOT displayed when the page is reloaded',
);
await reloadPage(page);
await synthetics.takeScreenshot(
`cmp-${pageType}`,
'CMP clicked then page reloaded',
);
await checkCMPIsNotVisible(page);
await checkTopAdHasLoaded(page, pageType);
},