DEV: mute audio in system specs (#19578)
This commit is contained in:
parent
daff62e3cb
commit
b11e7fb901
|
@ -256,6 +256,7 @@ RSpec.configure do |config|
|
|||
options.add_argument("--window-size=1400,1400")
|
||||
options.add_argument("--no-sandbox")
|
||||
options.add_argument("--disable-dev-shm-usage")
|
||||
options.add_argument("--mute-audio")
|
||||
end
|
||||
|
||||
Capybara.register_driver :selenium_chrome do |app|
|
||||
|
@ -284,6 +285,7 @@ RSpec.configure do |config|
|
|||
options.add_argument("--no-sandbox")
|
||||
options.add_argument("--disable-dev-shm-usage")
|
||||
options.add_emulation(device_name: "iPhone 12 Pro")
|
||||
options.add_argument("--mute-audio")
|
||||
end
|
||||
|
||||
Capybara.register_driver :selenium_mobile_chrome do |app|
|
||||
|
|
Loading…
Reference in New Issue