Commit 0477ff63 authored by Winnie Hellmann's avatar Winnie Hellmann Committed by Phil Hughes

Refactor draft_note_spec.js to Vue test utils (CE backport)

parent a6794a27
......@@ -135,6 +135,7 @@ export default {
<span v-if="accessLevel" class="note-role user-access-role">{{ accessLevel }}</span>
<div v-if="canResolve" class="note-actions-item">
<button
ref="resolveButton"
v-gl-tooltip
:class="{ 'is-disabled': !resolvable, 'is-active': isResolved }"
:title="resolveButtonTitle"
......
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