You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When we run through the theme report, it would also be useful to check if there are any javascript errors in the custom subaccounts because of a local theme or from a theme change we make.
I believe this is done using this page.on('pageerror') before the page is navigated to.
When we run through the theme report, it would also be useful to check if there are any javascript errors in the custom subaccounts because of a local theme or from a theme change we make.
I believe this is done using this
page.on('pageerror')
before the page is navigated to.https://playwright.dev/docs/api/class-page#page-event-page-error
The text was updated successfully, but these errors were encountered: