Skip to content

Commit

Permalink
test: fix typo in test_helper.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
KazuCocoa authored Jul 19, 2024
1 parent a315d76 commit 8cc7388
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@ def ios(platform_name = :ios)
wdaLaunchTimeout: 120_000,
newCommandTimeout: 120,
wdaLocalPort: wda_port,
# `true`, which is the default value, is faster to finishing launching part in many cases
# But sometimes `false` is necessary. It leads regressions sometimes though.
# `true`, which is the default value, is faster to finish launching part in many cases
# But sometimes `false` is necessary. It leads to regressions sometimes.
waitForQuiescence: true,
reduceMotion: true,
orientation: 'PORTRAIT', # only for simulator
processArguments: { args: %w(happy tseting), env: { HAPPY: 'testing' } },
processArguments: { args: %w(happy testing), env: { HAPPY: 'testing' } },
screenshotQuality: 2, # The lowest quality screenshots
connectHardwareKeyboard: false,
maxTypingFrequency: 200,
Expand Down

0 comments on commit 8cc7388

Please sign in to comment.