Skip to content

Commit

Permalink
Merge pull request #8157 from fjordllc/headfull-to-headful
Browse files Browse the repository at this point in the history
Fix a typo (HEADFULL -> HEADFUL)
  • Loading branch information
komagata authored Nov 2, 2024
2 parents cfb5c2d + 86542b9 commit 6d287a4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ $ rails test:all
### 普通のブラウザーでテスト

```
$ HEADFULL=1 rails test:all
$ HEADFUL=1 rails test:all
```

### 並列実行せずにテスト
Expand Down
2 changes: 1 addition & 1 deletion test/application_system_test_case.rb
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
include MockEnvHelper
include ArticleHelper

if ENV['HEADFULL']
if ENV['HEADFUL']
driven_by :selenium, using: :chrome
else
driven_by(:selenium, using: :headless_chrome) do |driver_option|
Expand Down

0 comments on commit 6d287a4

Please sign in to comment.