Skip to content

Commit c4cbecd

Browse files
committed
wip
1 parent 7b84a75 commit c4cbecd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ruby.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -114,6 +114,6 @@ jobs:
114114
- name: Install Ruby Gems for dummy app
115115
run: bundle lock --add-platform 'x86_64-linux' && bundle check --path=test/dummy/vendor/bundle || bundle _2.4.9_ install --frozen --path=test/dummy/vendor/bundle --jobs=4 --retry=3
116116
- run: cd test/dummy && yalc add react_ujs && ${{ matrix.js_package_manager.installer }} install
117-
- run: bundle exec rake test
117+
- run: bundle exec rake routes
118118
env:
119119
NODE_OPTIONS: --openssl-legacy-provider

test/react/rails/realtime_update_test.rb

+1-1
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.manage.logs.get(:browser).inspect}
12+
#{page.driver.browser.logs.get(:browser).inspect}
1313
MSG
1414
end
1515

0 commit comments

Comments
 (0)