File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -114,6 +114,6 @@ jobs:
114
114
- name : Install Ruby Gems for dummy app
115
115
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
116
116
- 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
118
118
env :
119
119
NODE_OPTIONS : --openssl-legacy-provider
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ class RealtimeUpdateTest < ActiveSupport::TestCase
9
9
def assert_counter_count ( page , timer_name , count )
10
10
assert page . has_content? ( "#{ timer_name } - #{ count } " ) , <<~MSG
11
11
#{ page . body }
12
- #{ page . driver . browser . manage . logs . get ( :browser ) . inspect }
12
+ #{ page . driver . browser . logs . get ( :browser ) . inspect }
13
13
MSG
14
14
end
15
15
You can’t perform that action at this time.
0 commit comments