Skip to content

Commit

Permalink
ci fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Judahmeek committed May 13, 2024
1 parent 39fea63 commit 2778440
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions LintingGemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ GEM

PLATFORMS
x86_64-darwin-20
x86_64-linux

DEPENDENCIES
rubocop
Expand Down
2 changes: 1 addition & 1 deletion test/react/rails/realtime_update_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ class RealtimeUpdateTest < ActiveSupport::TestCase
def assert_counter_count(page, timer_name, count)
assert page.has_content?("#{timer_name} - #{count}"), <<~MSG
#{page.body}
#{page.driver.browser.logs.get(:browser).inspect}
#{page.driver.browser.manage.logs.get(:browser).inspect}
MSG
end

Expand Down

0 comments on commit 2778440

Please sign in to comment.