Skip to content

Commit 97bd083

Browse files
committed
Move reducedMotion to PageOption
1 parent 1b2ed55 commit 97bd083

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)