File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -145,12 +145,12 @@ def ios(platform_name = :ios)
145
145
wdaLaunchTimeout : 120_000 ,
146
146
newCommandTimeout : 120 ,
147
147
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.
150
150
waitForQuiescence : true ,
151
151
reduceMotion : true ,
152
152
orientation : 'PORTRAIT' , # only for simulator
153
- processArguments : { args : %w( happy tseting ) , env : { HAPPY : 'testing' } } ,
153
+ processArguments : { args : %w( happy testing ) , env : { HAPPY : 'testing' } } ,
154
154
screenshotQuality : 2 , # The lowest quality screenshots
155
155
connectHardwareKeyboard : false ,
156
156
maxTypingFrequency : 200 ,
You can’t perform that action at this time.
0 commit comments