Skip to content

Commit 6a60f96

Browse files
committed
fix navigation error in spec
1 parent 9b44715 commit 6a60f96

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/dummy/spec/system/integration_spec.rb

+1-2
Original file line numberDiff line numberDiff line change
@@ -173,8 +173,7 @@ def finished_all_ajax_requests?
173173
subject { page }
174174

175175
before do
176-
visit "/"
177-
click_on "React Router"
176+
visit "/react_router"
178177
end
179178

180179
context "when rendering /react_router" do

0 commit comments

Comments
 (0)