Tests running fine locally but via circleCI I get uncaught promise on newPageerror

Hi @nicholaspshaw,

No worries.

It wasn’t working for const page = browser.newPage() either though, I switched that based on more recent examples?

For everyone out there, if you want to use a specific browser version API (in your case, the k6 version is v0.45.1), you need to use the specific browser API. For example, for k6 v0.45.1, you should use this API.

Unfortunately, we don’t know why the dbus issue occurs (for example). Have you tried running the script with K6_BROWSER_HEADLESS=1 environment variable?