I'm running a website signup spec with
Capybara.javascript_driver = :webkit
I noticed that when the test completes the signup, the "successful signup" sound (the one that can be heard when signing up from a "normal" browser) starts.
I think this is the normal behaviour, but my questions are:
- Is there a way to disable sounds in capybara-webkit?
- Is there a way to mute the browser instance?
Like when we want to not load images and we use config.skip_image_loading