Skip to content

Commit

Permalink
ChromeのemulationをiPhone SEに変更
Browse files Browse the repository at this point in the history
  • Loading branch information
suzuryo committed Sep 14, 2022
1 parent 3dc4d64 commit aac24b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
options = Selenium::WebDriver::Chrome::Options.new
options.add_argument('--headless')
options.add_argument('--disable-gpu')
options.add_emulation(device_name: 'iPhone 6/7/8')
options.add_emulation(device_name: 'iPhone SE')
Capybara::Selenium::Driver.new(app,
browser: :chrome,
options: options)
Expand Down

0 comments on commit aac24b2

Please sign in to comment.