Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
Judahmeek committed May 14, 2024
1 parent 7b84a75 commit c4cbecd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ruby.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,6 @@ jobs:
- name: Install Ruby Gems for dummy app
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
- run: cd test/dummy && yalc add react_ujs && ${{ matrix.js_package_manager.installer }} install
- run: bundle exec rake test
- run: bundle exec rake routes
env:
NODE_OPTIONS: --openssl-legacy-provider
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.manage.logs.get(:browser).inspect}
#{page.driver.browser.logs.get(:browser).inspect}
MSG
end

Expand Down

0 comments on commit c4cbecd

Please sign in to comment.