Skip to content

Commit 2778440

Browse files
committed
ci fixes
1 parent 39fea63 commit 2778440

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

LintingGemfile.lock

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ GEM
3636

3737
PLATFORMS
3838
x86_64-darwin-20
39+
x86_64-linux
3940

4041
DEPENDENCIES
4142
rubocop

test/react/rails/realtime_update_test.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ class RealtimeUpdateTest < ActiveSupport::TestCase
99
def assert_counter_count(page, timer_name, count)
1010
assert page.has_content?("#{timer_name} - #{count}"), <<~MSG
1111
#{page.body}
12-
#{page.driver.browser.logs.get(:browser).inspect}
12+
#{page.driver.browser.manage.logs.get(:browser).inspect}
1313
MSG
1414
end
1515

0 commit comments

Comments
 (0)