Repository URL to install this package:
Version:
3.3.3.pre.rc.1.0.0 ▾
|
require 'test_helper_rails'
class PagesTest < ActionDispatch::IntegrationTest
include ::DummyRailsIntegration
def test_visit_root
visit root_path
# ^ will raise on JS errors
assert_equal 200, page.status_code
screenshot!
end
end