Skip to content

Commit 8cc7388

Browse files
authored
test: fix typo in test_helper.rb
1 parent a315d76 commit 8cc7388

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/test_helper.rb

+3-3
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,12 @@ def ios(platform_name = :ios)
145145
wdaLaunchTimeout: 120_000,
146146
newCommandTimeout: 120,
147147
wdaLocalPort: wda_port,
148-
# `true`, which is the default value, is faster to finishing launching part in many cases
149-
# But sometimes `false` is necessary. It leads regressions sometimes though.
148+
# `true`, which is the default value, is faster to finish launching part in many cases
149+
# But sometimes `false` is necessary. It leads to regressions sometimes.
150150
waitForQuiescence: true,
151151
reduceMotion: true,
152152
orientation: 'PORTRAIT', # only for simulator
153-
processArguments: { args: %w(happy tseting), env: { HAPPY: 'testing' } },
153+
processArguments: { args: %w(happy testing), env: { HAPPY: 'testing' } },
154154
screenshotQuality: 2, # The lowest quality screenshots
155155
connectHardwareKeyboard: false,
156156
maxTypingFrequency: 200,

0 commit comments

Comments
 (0)