Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
3389c962
Commit
3389c962
authored
Nov 28, 2019
by
Marvin Karegyeya
Committed by
Natalia Tepluhina
Nov 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace board service in board new issue spec.js
parent
ea58cae1
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
2 deletions
+6
-2
changelogs/unreleased/Replace-BoardService_in_board_new_issue_spec-js.yml
...eased/Replace-BoardService_in_board_new_issue_spec-js.yml
+5
-0
spec/javascripts/boards/board_new_issue_spec.js
spec/javascripts/boards/board_new_issue_spec.js
+1
-2
No files found.
changelogs/unreleased/Replace-BoardService_in_board_new_issue_spec-js.yml
0 → 100644
View file @
3389c962
---
title
:
removes references of BoardService
merge_request
:
20874
author
:
nuwe1
type
:
other
spec/javascripts/boards/board_new_issue_spec.js
View file @
3389c962
...
...
@@ -7,7 +7,7 @@ import boardNewIssue from '~/boards/components/board_new_issue.vue';
import
boardsStore
from
'
~/boards/stores/boards_store
'
;
import
'
~/boards/models/list
'
;
import
{
listObj
,
boardsMockInterceptor
,
mockBoardService
}
from
'
./mock_data
'
;
import
{
listObj
,
boardsMockInterceptor
}
from
'
./mock_data
'
;
describe
(
'
Issue boards new issue form
'
,
()
=>
{
let
vm
;
...
...
@@ -36,7 +36,6 @@ describe('Issue boards new issue form', () => {
mock
=
new
MockAdapter
(
axios
);
mock
.
onAny
().
reply
(
boardsMockInterceptor
);
gl
.
boardService
=
mockBoardService
();
boardsStore
.
create
();
list
=
new
List
(
listObj
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment