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
e4403a3a
Commit
e4403a3a
authored
Nov 28, 2019
by
Marvin Karegyeya
Committed by
Martin Wortschack
Nov 28, 2019
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Replace board service in assignee select spec.js
parent
ead859fa
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_assignee_select_spec-js.yml
...eased/Replace-BoardService_in_assignee_select_spec-js.yml
+5
-0
ee/spec/javascripts/boards/components/assignee_select_spec.js
...pec/javascripts/boards/components/assignee_select_spec.js
+1
-2
No files found.
changelogs/unreleased/Replace-BoardService_in_assignee_select_spec-js.yml
0 → 100644
View file @
e4403a3a
---
title
:
removes references of BoardService
merge_request
:
20880
author
:
nuwe1
type
:
other
ee/spec/javascripts/boards/components/assignee_select_spec.js
View file @
e4403a3a
...
...
@@ -5,7 +5,7 @@ import '~/boards/services/board_service';
import
boardsStore
from
'
~/boards/stores/boards_store
'
;
import
IssuableContext
from
'
~/issuable_context
'
;
import
AssigneeSelect
from
'
ee/boards/components/assignee_select.vue
'
;
import
{
boardObj
,
mockBoardService
}
from
'
spec/boards/mock_data
'
;
import
{
boardObj
}
from
'
spec/boards/mock_data
'
;
let
vm
;
...
...
@@ -32,7 +32,6 @@ const assignee2 = {
describe
(
'
Assignee select component
'
,
()
=>
{
beforeEach
(
done
=>
{
setFixtures
(
'
<div class="test-container"></div>
'
);
gl
.
boardService
=
mockBoardService
();
boardsStore
.
create
();
// eslint-disable-next-line no-new
...
...
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