Commit 336d2a94 authored by Simon Knox's avatar Simon Knox Committed by Heinrich Lee Yu

Fix board feature specs when running locally

sign_in didn't appear to be working when boards page loaded
parent ff875692
......@@ -18,9 +18,9 @@ RSpec.describe 'Issue Boards', :js do
project.add_maintainer(user)
project.add_maintainer(user2)
set_cookie('sidebar_collapsed', 'true')
sign_in(user)
set_cookie('sidebar_collapsed', 'true')
end
context 'no lists' do
......
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