Skip to content
Snippets Groups Projects
Commit 07e4ffd7 authored by Phil Hughes's avatar Phil Hughes
Browse files

Fixed boards store spec

parent a2e9bc35
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -34,8 +34,7 @@ class ProjectsController < Projects::ApplicationController
 
redirect_to(
project_path(@project),
notice: "Project '#{@project.name}' was successfully created.",
flash: { new_project: true }
notice: "Project '#{@project.name}' was successfully created."
)
else
render 'new'
Loading
Loading
Loading
Loading
@@ -18,7 +18,10 @@
gl.boardService = new BoardService('/test/issue-boards/board', '1');
gl.issueBoards.BoardsStore.create();
 
Cookies.set('issue_board_welcome_hidden', 'false');
Cookies.set('issue_board_welcome_hidden', 'false', {
expires: 365 * 10,
path: ''
});
});
 
describe('Store', () => {
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment