-
Notifications
You must be signed in to change notification settings - Fork 9.4k
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
core(driver): add run warning on page load timeout #10538
Conversation
|
||
Homebrew should be able to install it correctly: `brew install [email protected].1` | ||
Homebrew should be able to install it correctly: `brew install [email protected]` |
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.
were these changes on purpose?
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.
yes drive by fix as I needed to run this on my new machine and brew install [email protected]
doesn't work, it only supports @3.7
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.
yes drive by fix as I needed to run this on my new machine and
brew install [email protected]
doesn't work, it only supports @3.7
Looks like @3.7
is the official way to refer to the older version now
(our tests not working as desired on the lastest protobuf release it going to come around to bite us sooner or later...:)
Co-Authored-By: Connor Clark <[email protected]>
Still LGTM, i'll let you land it tho. |
Summary
Adds a toplevel warning when we reach the page load timeout. Apparently some of us thought we were already doing this anyway :)
Related Issues/PRs
#10527