Commit 5978966a authored by Daniel Tian's avatar Daniel Tian

Change remediated badge icon from wrench to check-circle-dashed

Changelog: changed
MR: https://gitlab.com/gitlab-org/gitlab/-/merge_requests/74689
EE: true
parent 8d23befa
......@@ -26,7 +26,7 @@ export default {
<template>
<div class="gl-display-inline-block">
<gl-badge ref="badge" variant="info">
<gl-icon name="admin" />
<gl-icon name="check-circle-dashed" />
</gl-badge>
<gl-popover
ref="popover"
......
......@@ -23,7 +23,7 @@ describe('Remediated badge component', () => {
afterEach(() => wrapper.destroy());
it('should display the correct icon', () => {
expect(findIcon().props('name')).toBe('admin');
expect(findIcon().props('name')).toBe('check-circle-dashed');
});
it('should link the badge and the popover', () => {
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment