Closed kendalsickels-wf closed 6 months ago
Attention: Patch coverage is 66.66667%
with 5 lines
in your changes are missing coverage. Please review.
:exclamation: No coverage uploaded for pull request base (
master@3fe1eeb
). Click here to learn what that means.
Files | Patch % | Lines |
---|---|---|
lib/src/page/dom_world.dart | 69.23% | 4 Missing :warning: |
lib/src/page/frame_manager.dart | 50.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Thanks for the contribution. I'll merge it as it: all the tests are passing and it seems to fix already some other issues (like https://github.com/xvrh/puppeteer-dart/issues/314)
@xvrh We've started to see an issue similar to https://github.com/xvrh/puppeteer-dart/issues/237 in our tests. I was able to create a test that fails consistently without any changes committed.
Then committed some changes that work around the issue but I'm lacking the context that you likely have over the entirety of this project to say if those changes would cause issues elsewhere.
I operated under the assumption that in the
_onExecutionContextsCleared
scenario we should go quietly into the night instead of erroring and_onExecutionContextsDestroyed
we should error. But perhaps that was a poor assumption. Looking for any guidance/insight you might have on how to solve this issue.