async function()

in src/cmp_ccpa.js [65:76]


		async function () {
			log(
				'After we clear local storage and cookies, the CMP banner is displayed once again',
			);
			await clearLocalStorage(page);
			await clearCookies(page);
			await reloadPage(page);
			await synthetics.takeScreenshot(
				`cmp-${pageType}`,
				'cookies and local storage cleared then page reloaded',
			);
		},