Commit b4f1b9ff authored by Clement Ho's avatar Clement Ho Committed by Jarka Kadlecova

Merge branch '36450_confi_polish' into 'master'

Change Confidential Message When Visible - UI Polish

See merge request !13551
parent 86817780
......@@ -71,7 +71,7 @@ export default {
/>
<div v-if="!isConfidential" class="no-value confidential-value">
<i class="fa fa-eye is-not-confidential"></i>
None
This issue is not confidential
</div>
<div v-else class="value confidential-value hide-collapsed">
<i aria-hidden="true" data-hidden="true" class="fa fa-eye-slash is-confidential"></i>
......
......@@ -41,7 +41,7 @@ describe('Confidential Issue Sidebar Block', () => {
).toBe(true);
expect(
vm2.$el.innerHTML.includes('None'),
vm2.$el.innerHTML.includes('This issue is not confidential'),
).toBe(true);
});
......
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