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
7a2c038c
Commit
7a2c038c
authored
Jul 30, 2018
by
Lukas Eipert
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix icon names in karma tests
parent
6346b7f6
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
5 deletions
+5
-5
spec/javascripts/pipelines/graph/dropdown_job_component_spec.js
...avascripts/pipelines/graph/dropdown_job_component_spec.js
+3
-3
spec/javascripts/pipelines/graph/job_component_spec.js
spec/javascripts/pipelines/graph/job_component_spec.js
+1
-1
spec/javascripts/pipelines/graph/stage_column_component_spec.js
...avascripts/pipelines/graph/stage_column_component_spec.js
+1
-1
No files found.
spec/javascripts/pipelines/graph/dropdown_job_component_spec.js
View file @
7a2c038c
...
...
@@ -12,7 +12,7 @@ describe('dropdown job component', () => {
id
:
4256
,
name
:
'
<img src=x onerror=alert(document.domain)>
'
,
status
:
{
icon
:
'
icon_
status_success
'
,
icon
:
'
status_success
'
,
text
:
'
passed
'
,
label
:
'
passed
'
,
tooltip
:
'
passed
'
,
...
...
@@ -31,7 +31,7 @@ describe('dropdown job component', () => {
id
:
4299
,
name
:
'
test
'
,
status
:
{
icon
:
'
icon_
status_success
'
,
icon
:
'
status_success
'
,
text
:
'
passed
'
,
label
:
'
passed
'
,
tooltip
:
'
passed
'
,
...
...
@@ -50,7 +50,7 @@ describe('dropdown job component', () => {
name
:
'
rspec:linux
'
,
size
:
2
,
status
:
{
icon
:
'
icon_
status_success
'
,
icon
:
'
status_success
'
,
text
:
'
passed
'
,
label
:
'
passed
'
,
tooltip
:
'
passed
'
,
...
...
spec/javascripts/pipelines/graph/job_component_spec.js
View file @
7a2c038c
...
...
@@ -169,7 +169,7 @@ describe('pipeline graph job component', () => {
id
:
4259
,
name
:
'
<img src=x onerror=alert(document.domain)>
'
,
status
:
{
icon
:
'
icon_
status_success
'
,
icon
:
'
status_success
'
,
label
:
'
success
'
,
tooltip
:
'
failed
'
,
},
...
...
spec/javascripts/pipelines/graph/stage_column_component_spec.js
View file @
7a2c038c
...
...
@@ -56,7 +56,7 @@ describe('stage column component', () => {
id
:
4259
,
name
:
'
<img src=x onerror=alert(document.domain)>
'
,
status
:
{
icon
:
'
icon_
status_success
'
,
icon
:
'
status_success
'
,
label
:
'
success
'
,
tooltip
:
'
<img src=x onerror=alert(document.domain)>
'
,
},
...
...
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