Skip to content

Commit

Permalink
Bump capybara wait time
Browse files Browse the repository at this point in the history
  • Loading branch information
zachgoll committed May 30, 2024
1 parent c41af41 commit 5c29d95
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions test/application_system_test_case.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
require "test_helper"

class ApplicationSystemTestCase < ActionDispatch::SystemTestCase
setup do
Capybara.default_max_wait_time = 8
end

driven_by :selenium, using: ENV["CI"].present? ? :headless_chrome : :chrome, screen_size: [ 1400, 1400 ]

private
Expand Down

0 comments on commit 5c29d95

Please sign in to comment.