Commit 05bea8b3 authored by Mike Greiling's avatar Mike Greiling

fix conflict in spec/features/boards/boards_spec.rb

parent f338f0ea
......@@ -538,11 +538,7 @@ describe 'Issue Boards', feature: true, js: true do
context 'signed out user' do
before do
sign_out(:user)
<<<<<<< HEAD
visit project_boards_path(project)
=======
visit project_board_path(project, board)
>>>>>>> 9-4-stable
wait_for_requests
end
......@@ -566,11 +562,7 @@ describe 'Issue Boards', feature: true, js: true do
project.team << [user_guest, :guest]
sign_out(:user)
sign_in(user_guest)
<<<<<<< HEAD
visit project_boards_path(project)
=======
visit project_board_path(project, board)
>>>>>>> 9-4-stable
wait_for_requests
end
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment