File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments