Skip to content

Commit d276500

Browse files
authored
Merge pull request #102 from ngan/fix-reduce-motion
Move reducedMotion to PageOption
2 parents fe59745 + 97bd083 commit d276500

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

lib/capybara/playwright/browser_options.rb

-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,6 @@ def initialize(options)
2020
headless: nil,
2121
ignoreDefaultArgs: nil,
2222
proxy: nil,
23-
reducedMotion: nil,
2423
slowMo: nil,
2524
# timeout: nil,
2625
tracesDir: nil,

lib/capybara/playwright/page_options.rb

+1
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ def initialize(options)
2626
record_har_path: nil,
2727
record_video_dir: nil,
2828
record_video_size: nil,
29+
reducedMotion: nil,
2930
screen: nil,
3031
serviceWorkers: nil,
3132
storageState: nil,

0 commit comments

Comments
 (0)