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
327bc236
Commit
327bc236
authored
Jun 22, 2020
by
Eulyeon Ko
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Capitalize the prop values
parent
272c3922
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
6 additions
and
6 deletions
+6
-6
spec/frontend/vue_shared/components/notes/noteable_warning_spec.js
...tend/vue_shared/components/notes/noteable_warning_spec.js
+6
-6
No files found.
spec/frontend/vue_shared/components/notes/noteable_warning_spec.js
View file @
327bc236
...
...
@@ -145,13 +145,13 @@ describe('Issue Warning Component', () => {
it
(
'
renders confidential & locked messages with noteable "epic"
'
,
async
()
=>
{
wrapperLocked
.
setProps
({
noteableType
:
'
e
pic
'
,
noteableType
:
'
E
pic
'
,
});
wrapperConfidential
.
setProps
({
noteableType
:
'
e
pic
'
,
noteableType
:
'
E
pic
'
,
});
wrapperLockedAndConfidential
.
setProps
({
noteableType
:
'
e
pic
'
,
noteableType
:
'
E
pic
'
,
});
await
wrapperLocked
.
vm
.
$nextTick
();
...
...
@@ -170,13 +170,13 @@ describe('Issue Warning Component', () => {
it
(
'
renders confidential & locked messages with noteable "merge request"
'
,
async
()
=>
{
wrapperLocked
.
setProps
({
noteableType
:
'
merge_r
equest
'
,
noteableType
:
'
MergeR
equest
'
,
});
wrapperConfidential
.
setProps
({
noteableType
:
'
merge_r
equest
'
,
noteableType
:
'
MergeR
equest
'
,
});
wrapperLockedAndConfidential
.
setProps
({
noteableType
:
'
merge_r
equest
'
,
noteableType
:
'
MergeR
equest
'
,
});
await
wrapperLocked
.
vm
.
$nextTick
();
...
...
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