From d2a1fcee33c19e1644cb587bb8c99d9243796405 Mon Sep 17 00:00:00 2001 From: Kazuaki Matsuo Date: Sat, 9 May 2026 05:59:46 +0200 Subject: [PATCH] test: tune caps Updated max typing frequency and added animation cool off timeout. --- test/test_helper.rb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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,