Skip to content

Commit 087b3c3

Browse files
committed
try fix test-system
1 parent e5fde95 commit 087b3c3

2 files changed

Lines changed: 18 additions & 0 deletions

File tree

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
# frozen_string_literal: true
2+
3+
require "test_helper"
4+
5+
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
6+
driven_by :selenium, using: :headless_chrome, screen_size: [ 1400, 1400 ]
7+
end

test/system/smokes_test.rb

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
# frozen_string_literal: true
2+
3+
require "application_system_test_case"
4+
5+
class SmokesTest < ApplicationSystemTestCase
6+
# test "visiting the index" do
7+
# visit smokes_url
8+
#
9+
# assert_selector "h1", text: "Smoke"
10+
# end
11+
end

0 commit comments

Comments
 (0)