Skip to content

Commit

Permalink
Require minitest::unit and fix chromedriver issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Bramjetten committed Aug 21, 2023
1 parent eeb87bc commit 628169a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ test/dummy/db/*.sqlite3
test/dummy/log/*.log
test/dummy/tmp/
test/dummy/.sass-cache
test/dummy/public/assets/
.DS_Store
test/dummy/public/uploads/*
test/dummy/app/assets/fonts/
Expand All @@ -23,3 +24,6 @@ test/dummy/storage/*

.nova
.ruby-version

# Ignore auto-generated Spina Tailwind CSS configuration
/app/assets/config/spina/tailwind.config.js
1 change: 0 additions & 1 deletion test/application_system_test_case.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
require "test_helper"

class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
Webdrivers::Chromedriver.required_version = "114.0.5735.90"
driven_by :selenium, using: :headless_chrome, screen_size: [1400, 1400]

setup do
Expand Down
1 change: 1 addition & 0 deletions test/test_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@

require File.expand_path("../dummy/config/environment.rb", __FILE__)
require "rails/test_help"
require "minitest/unit"
require "minitest/reporters"
require "factory_bot"
require "mocha/minitest"
Expand Down

0 comments on commit 628169a

Please sign in to comment.