account working
This commit is contained in:
5
test/application_system_test_case.rb
Normal file
5
test/application_system_test_case.rb
Normal file
@@ -0,0 +1,5 @@
|
||||
require "test_helper"
|
||||
|
||||
class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
|
||||
driven_by :selenium, using: :chrome, screen_size: [1400, 1400]
|
||||
end
|
||||
9
test/system/accounts_test.rb
Normal file
9
test/system/accounts_test.rb
Normal file
@@ -0,0 +1,9 @@
|
||||
require "application_system_test_case"
|
||||
|
||||
class Settings::AccountsTest < ApplicationSystemTestCase
|
||||
# test "visiting the index" do
|
||||
# visit settings_accounts_url
|
||||
#
|
||||
# assert_selector "h1", text: "Settings::Account"
|
||||
# end
|
||||
end
|
||||
Reference in New Issue
Block a user