Skip to content

Commit 63af649

Browse files
authored
test: tune caps (#679)
Updated max typing frequency and added animation cool off timeout.
1 parent 9973f44 commit 63af649

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

test/test_helper.rb

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,9 +156,10 @@ def ios(platform_name = :ios)
156156
processArguments: { args: %w(happy testing), env: { HAPPY: 'testing' } },
157157
screenshotQuality: 2, # The lowest quality screenshots
158158
connectHardwareKeyboard: false,
159-
maxTypingFrequency: 200,
160159
simulatorStartupTimeout: 600_000,
161-
'settings[pageSourceExcludedAttributes]': 'visible'
160+
'settings[maxTypingFrequency]': 45,
161+
'settings[pageSourceExcludedAttributes]': 'visible,accessible',
162+
'settings[animationCoolOffTimeout]': 0.5
162163
},
163164
appium_lib: {
164165
wait_timeout: 20,

0 commit comments

Comments
 (0)