';
window.SunDeveloperV22={open:async()=>true,activateTab:async()=>true};
window.SunCloudV2={getClient:()=>null};
window.SunEnterprise={toast:()=>null};
});
await page.addScriptTag({content:source});
await page.waitForFunction(()=>Boolean(window.SunDeveloperUXV1768),null,{timeout:5000});
const result=await page.evaluate(()=>window.SunDeveloperUXV1768.checks());
expect(result.version).toBe('17.6.8');
});