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
Requested Feature
The setContent method on Stencil's wrapper around the Puppeteer API should also accept overrides for the options object, specifically for waitUntil.
Related code:
//Expected to work in an end2end testawaitpage.setContent(`<foo-bar></foo-bar>`,{waitUntil: 'load'})
Other information:
Puppeteer's API for page.setContent accepts a second options argument, the main purpose is to configure the waitUntil to change the behavior for when the promise should resolve after content has been added to the page.
Stencil version:
I'm submitting a:
[ ] bug report
[x ] feature request
[ ] support request => Please do not submit support requests here, use one of these channels: https://stencil-worldwide.herokuapp.com/ or https://forum.ionicframework.com/
Requested Feature
The setContent method on Stencil's wrapper around the Puppeteer API should also accept overrides for the options object, specifically for
waitUntil
.Related code:
Other information:
waitUntil
to change the behavior for when the promise should resolve after content has been added to the page.networkIdle0
.stencil/src/testing/puppeteer/puppeteer-page.ts
Line 123 in f9a323f
The text was updated successfully, but these errors were encountered: