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
0922e3f2
Commit
0922e3f2
authored
Nov 20, 2019
by
Vitaly Slobodin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Make notes specs compatible w/ BootstrapVue 2
parent
df643b2b
Changes
4
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
5 additions
and
0 deletions
+5
-0
spec/frontend/notes/components/comment_form_spec.js
spec/frontend/notes/components/comment_form_spec.js
+1
-0
spec/frontend/notes/components/discussion_actions_spec.js
spec/frontend/notes/components/discussion_actions_spec.js
+2
-0
spec/frontend/notes/components/discussion_jump_to_next_button_spec.js
...d/notes/components/discussion_jump_to_next_button_spec.js
+1
-0
spec/frontend/notes/components/discussion_notes_spec.js
spec/frontend/notes/components/discussion_notes_spec.js
+1
-0
No files found.
spec/frontend/notes/components/comment_form_spec.js
View file @
0922e3f2
...
...
@@ -38,6 +38,7 @@ describe('issue_comment_form component', () => {
},
store
,
sync
:
false
,
attachToDocument
:
true
,
});
};
...
...
spec/frontend/notes/components/discussion_actions_spec.js
View file @
0922e3f2
...
...
@@ -37,6 +37,8 @@ describe('DiscussionActions', () => {
shouldShowJumpToNextDiscussion
:
true
,
...
props
,
},
sync
:
false
,
attachToDocument
:
true
,
});
};
...
...
spec/frontend/notes/components/discussion_jump_to_next_button_spec.js
View file @
0922e3f2
...
...
@@ -7,6 +7,7 @@ describe('JumpToNextDiscussionButton', () => {
beforeEach
(()
=>
{
wrapper
=
shallowMount
(
JumpToNextDiscussionButton
,
{
sync
:
false
,
attachToDocument
:
true
,
});
});
...
...
spec/frontend/notes/components/discussion_notes_spec.js
View file @
0922e3f2
...
...
@@ -36,6 +36,7 @@ describe('DiscussionNotes', () => {
'
avatar-badge
'
:
'
<span class="avatar-badge-slot-content" />
'
,
},
sync
:
false
,
attachToDocument
:
true
,
});
};
...
...
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