-
-
Notifications
You must be signed in to change notification settings - Fork 484
Don't assume Params type #3028
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Don't assume Params type #3028
Conversation
kblok
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do you want to bump the version? I can tag it if this is blocking you.
|
Let's add a test expectation in |
|
Not completely sure of the required syntax in Also bumped the version, since it would be nice to get a fixed version published. Thanks! |
lib/PuppeteerSharp.Tests/ScreencastTests/PageScreencastTests.cs
Outdated
Show resolved
Hide resolved
lib/PuppeteerSharp.Nunit/TestExpectations/TestExpectations.local.json
Outdated
Show resolved
Hide resolved
Co-authored-by: Darío Kondratiuk <dariokondratiuk@gmail.com>
Co-authored-by: Darío Kondratiuk <dariokondratiuk@gmail.com>
Co-authored-by: Darío Kondratiuk <dariokondratiuk@gmail.com>
Fixes #2943
Fix an assumption that
obj.Paramscan always be deserialized toConnectionResponseParams, and only make that conversion for the two messages that need it (Target.attachedToTarget,Target.detachedFromTarget).