-
-
Notifications
You must be signed in to change notification settings - Fork 481
Browser.waitForTarget #762
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
Conversation
sync from the primary repo
merge from upstream
sync from upstream
merge from upstream
merge from upstream
merge from upstream
merge from upstream
# Conflicts: # docfx_project/examples/toc.yml # samples/Samples.sln
|
@bdurrani though it doesn't affect the final result. Try to start every new feature branching from master, so we don't get 17 commits when we should've got only one. Take a look at the CodeFactor error. |
I'm not sure what I'm doing wrong here. I merge any changes in your repo into mine on the master branch before creating a new branch or pushing any new changes. I've been following these steps here. |
still needs tests
|
@bdurrani you can do something like this |
I'll give this a shot! I'm aiming to wrap up this PR by the end of the day. Thanks |
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.
Almost there. Great job!
lib/PuppeteerSharp.Tests/BrowserContextTests/BrowserContextTests.cs
Outdated
Show resolved
Hide resolved
|
strange.. That failing test was passing previously and the only change i made was remove that one redundant line in the test. |
|
@bdurrani it was a hiccup :) |
closes #739