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
627eee05
Commit
627eee05
authored
Feb 12, 2021
by
Dave Pisek
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Reviewer feedback: change spec description
* Change description of `each` test to be more specific
parent
ce5508ad
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
ee/spec/frontend/vulnerabilities/issue_link_spec.js
ee/spec/frontend/vulnerabilities/issue_link_spec.js
+3
-3
No files found.
ee/spec/frontend/vulnerabilities/issue_link_spec.js
View file @
627eee05
...
...
@@ -33,7 +33,7 @@ describe('IssueLink component', () => {
wrapper
=
null
;
});
describe
.
each
([
true
,
false
])(
'
both internal and Jira issues
'
,
(
isJira
)
=>
{
describe
.
each
([
true
,
false
])(
'
internal and Jira issues with "isJira" set to "%s"
'
,
(
isJira
)
=>
{
const
issue
=
createIssue
();
beforeEach
(()
=>
{
...
...
@@ -51,7 +51,7 @@ describe('IssueLink component', () => {
});
});
describe
(
'
with
internal issues
'
,
()
=>
{
describe
(
'
internal issues
'
,
()
=>
{
describe
.
each
`
state | icon
${
'
opened
'
}
|
${
'
issue-open-m
'
}
...
...
@@ -67,7 +67,7 @@ describe('IssueLink component', () => {
});
});
describe
(
'
with
Jira issues
'
,
()
=>
{
describe
(
'
Jira issues
'
,
()
=>
{
beforeEach
(()
=>
{
wrapper
=
createWrapper
({
propsData
:
{
issue
:
createIssue
(),
isJira
:
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