-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Prerequisites
- I have read the Contributing Guidelines.
- I agree to follow the Code of Conduct.
- I have searched for existing issues that already report this problem, without success.
Stencil Playwright Version
0.2.1
Current Behavior
Given enough network latency and a 3rd-party Stencil component nested inside a local component, the Page.goto() and/or Page.waitForChanges() methods can return before the 3rd-party Stencil component finishes hydrating.
Expected Behavior
Nested, 3rd-party components are included in the goto() and waitForChanges() waiting.
Steps to Reproduce
- Checkout the repo and switch to the
@stencil/playwright/waitForChanges-nested-sbbranch, if needed. - Run
npm install - Run
npm run build - Run
npx playwright install, if needed - Run
npm run test - See the
"label with nested component over default network"passes while the"label with nested component over slow network"fails
Code Reproduction URL
http://github.com/nwhittaker/stencil-component/tree/%40stencil/playwright/waitForChanges-nested-sb
Additional Information
No response
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels