Commit b84608c0 authored by Brandon Labuschagne's avatar Brandon Labuschagne

Merge branch '298700-update-devops-adoption-metric-tooltip' into 'master'

Update Devops adoption metric tooltip

See merge request gitlab-org/gitlab!52872
parents a4b475ca 36c6f0ab
......@@ -159,11 +159,7 @@ export default {
<strong v-if="item.latestSnapshot">{{ item.name }}</strong>
<template v-else>
<span class="gl-text-gray-400">{{ item.name }}</span>
<gl-icon
v-gl-tooltip.hover="$options.i18n.pendingTooltip"
name="hourglass"
class="gl-text-gray-400"
/>
<gl-icon name="hourglass" class="gl-text-gray-400" />
</template>
</div>
</template>
......
......@@ -90,7 +90,6 @@ export const DEVOPS_ADOPTION_STRINGS = {
tooltip: s__('DevopsAdoption|At least 1 security scan of any type run in pipeline'),
},
},
pendingTooltip: s__('DevopsAdoption|Group data pending until the start of next month'),
},
deleteModal: {
title: s__('DevopsAdoption|Confirm delete Group'),
......
......@@ -114,13 +114,6 @@ describe('DevopsAdoptionTable', () => {
expect(icon.exists()).toBe(true);
expect(icon.props('name')).toBe('hourglass');
});
it('contains a tooltip', () => {
const tooltip = getBinding(icon.element, 'gl-tooltip');
expect(tooltip).toBeDefined();
expect(tooltip.value).toBe('Group data pending until the start of next month');
});
});
});
});
......
......@@ -10125,9 +10125,6 @@ msgstr ""
msgid "DevopsAdoption|Filter by name"
msgstr ""
msgid "DevopsAdoption|Group data pending until the start of next month"
msgstr ""
msgid "DevopsAdoption|Issues"
msgstr ""
......
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