Sha256: 57a8787a396b098c479fdb768cb6d5fa754530df5120e60d746c97be73a2fe6b

Contents?: true

Size: 285 Bytes

Versions: 1

Compression:

Stored size: 285 Bytes

Contents

require "test_helper"

class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
  include Capybara::Screenshot::Diff
  driven_by :selenium, using: :headless_chrome, screen_size: [960, 720] do |capabilities|
    capabilities.add_argument "force-device-scale-factor=1"
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
bootstrap_form-5.1.0 demo/test/application_system_test_case.rb