Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test(prerender): wait for load event (#3455)
this commit fixes an issue where stencil's prerender tests that would begin to run before the entire pre-render application would be loaded. this is accomplished by moving from using the 'appload' event to the 'load' event to listen on by moving from the timeout associated with `setupDom` to the `waitForChanges` API our testing utilities provides STENCIL-433: Stabilize Browserstack CI Tests
- Loading branch information