As part of the conversion to npm workspaces we had to pin the version of Puppeteer as the latest version logs out a warning about using the new headless: new option, but using the new option breaks the unloaded iframe tests. Need to investigate if unloaded iframes are an issue with the new headless: new option.
As part of the conversion to npm workspaces we had to pin the version of Puppeteer as the latest version logs out a warning about using the new
headless: new
option, but using the new option breaks the unloaded iframe tests. Need to investigate if unloaded iframes are an issue with the newheadless: new
option.