-
Notifications
You must be signed in to change notification settings - Fork 344
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: Removed default '--mute-audio' flag for chromium #1775
Conversation
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.
@jezhou thanks for creating this pull request so quickly :-)
(I'm pretty sure that I marked the issue as a good first bug just yesterday :-P)
Added the test; I also slightly refactored so that there's only one source of truth for the expected default flags. I mentioned it briefly above, but I believe the flags we want until we update to |
Something I also want to ask about is that sometimes when I run the tests, This is from an extension I'm playing around with: I'm not sure if there's something I'm missing in the setup. If this is a separate issue I can file it if needed |
@jezhou does it also happen on other node version in your system, or just with nodejs v13?
yes, would you mind to file a separate issue, it looks unexpected and we should take a look into it (but I've briefly tried and I can't reproduce on my system by just running the tests on nodejs v13, I have to come back to it for further investigations) |
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.
Looks good to me, just a small nit (related to making easier to maintain the flags to filter out over the time).
I also tried it on nodejs v10 with no success. I'll probably try a few combinations to see if I can get it to work, and file an issue sometime tonight 🙂 Edit: Hmmm... I restarted my computer and it now sometimes works with v13. Still doesn't consistently work with v10 though. In any case, I filed an issue 👉 #1779 |
Thanks for the patch, @jezhou! 🙌🏼 Your contribution has been added to our recognition wiki. Would you be interested in creating an account on mozillians.org? I'd be happy to vouch for you! |
@caitmuenster Sure 🙂 I just made an account here https://mozillians.org/en-US/u/jezhou/ |
Awesome, you're vouched. Welcome onboard! I look forward to seeing you around the project. :) |
Fixes #1774