-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Fix issue Network Services / Network Hosts #3175
base: master
Are you sure you want to change the base?
Conversation
Thank you for your contribution! Could you please provide more details about the changes in this PR? |
Of course! Sorry for the big blob commit. So, most files changed are inserts into network_services and network_hosts tables. (files: browserdetails.rb and multiple module.rb). These have the same type of change:
has become
This change is because the hooked_browser_id should be an integer reference to the hooked_browser and not the session_id string in Then we have the change to ZombieTabNetwork.js Finally the change to network.rb |
Hi @Phasip, thanks for your contribution and thorough description. I'm reviewing your PR. Meanwhile, could you please rebase it with the latest master? I have recently fixed up the automated Browserstack testing and done some dependency upgrades. Once you rebase your PR, this should run and tell us if any issues. Thanks |
Thanks, @Phasip , for rebasing, I'm running the tests now. Please advise what testing you have done that no integrity within the framework has been affected. If you are not sure about what testing should be run, you could try running |
Pull Request
Ref: #3174
Category
Bugfix
Feature/Issue Description
Test Cases
None.