CodeceptJS - Playwright getting 'go to undefined' issue

Hi,

We’ve been having a intermittent issue where we are getting ‘go to undefined’ when calling ‘I.amOnPage(’/’)’ Does anyone has an idea how to resolve this? Appreciate the help in advance.

NOTE:

  • We are running in parallel using 5 bamboo agents but 1 browser instance each.
  • That ‘loginToDashboard’ custom function, is used by all of our scripts.

image