diff --git a/test/test_helper.rb b/test/test_helper.rb index b21ef360..657f187b 100644 --- a/test/test_helper.rb +++ b/test/test_helper.rb @@ -156,9 +156,10 @@ def ios(platform_name = :ios) processArguments: { args: %w(happy testing), env: { HAPPY: 'testing' } }, screenshotQuality: 2, # The lowest quality screenshots connectHardwareKeyboard: false, - maxTypingFrequency: 200, simulatorStartupTimeout: 600_000, - 'settings[pageSourceExcludedAttributes]': 'visible' + 'settings[maxTypingFrequency]': 45, + 'settings[pageSourceExcludedAttributes]': 'visible,accessible', + 'settings[animationCoolOffTimeout]': 0.5 }, appium_lib: { wait_timeout: 20,