Skip to content

Commit c1b9ee8

Browse files
committed
add reduceMotion
1 parent 8f26efd commit c1b9ee8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

test/test_helper.rb

+2-1
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ def ios
7878
wdaLocalPort: wda_local_port,
7979
# `true`, which is the default value, is faster to finishing launching part in many cases
8080
# But sometimes `false` is necessary. It leads regressions sometimes though.
81-
waitForQuiescence: true
81+
waitForQuiescence: true,
82+
reduceMotion: true
8283
},
8384
appium_lib: {
8485
export_session: true,

0 commit comments

Comments
 (0)