name: "Main Area" ports { name: "CC" path: "Components/Warps/worldport" orientation: "east" } link rel='alternate' title='Atom feed' href='https://code.fourisland.com/thoughts/atom/test/application_system_test_case.rb?h=master' type='application/atom+xml'/>
about summary refs log blame commit diff stats
path: root/test/application_system_test_case.rb
blob: d19212abd5ced9378de164299b0eab073b16bd7e (plain) (tree)
1
2
3
4
5




                                                                
require "test_helper"

class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
  driven_by :selenium, using: :chrome, screen_size: [1400, 1400]
end