Fix Karma failures due to invalid icon names
The icon JSON field has been renamed from icon_status_success to status_success.
This commit is contained in:
parent
a91ba2287c
commit
59ef3f9840
4 changed files with 6 additions and 6 deletions
|
@ -14,7 +14,7 @@ import tooltip from '../../../vue_shared/directives/tooltip';
|
|||
* "id": 4256,
|
||||
* "name": "test",
|
||||
* "status": {
|
||||
* "icon": "icon_status_success",
|
||||
* "icon": "status_success",
|
||||
* "text": "passed",
|
||||
* "label": "passed",
|
||||
* "group": "success",
|
||||
|
|
|
@ -13,7 +13,7 @@ import tooltip from '../../../vue_shared/directives/tooltip';
|
|||
* "id": 4256,
|
||||
* "name": "test",
|
||||
* "status": {
|
||||
* "icon": "icon_status_success",
|
||||
* "icon": "status_success",
|
||||
* "text": "passed",
|
||||
* "label": "passed",
|
||||
* "group": "success",
|
||||
|
|
|
@ -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',
|
||||
|
|
|
@ -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',
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue