Commit 93bc586e authored by Alexis Ginsberg's avatar Alexis Ginsberg

Fixing annoying test errors

parent a930e208
...@@ -178,10 +178,10 @@ export default { ...@@ -178,10 +178,10 @@ export default {
<gl-icon name="lock" /> <gl-icon name="lock" />
</span> </span>
<gl-button <gl-button
icon="close"
category="tertiary"
v-else-if="canRemove" v-else-if="canRemove"
ref="removeButton" ref="removeButton"
icon="close"
category="tertiary"
v-gl-tooltip v-gl-tooltip
:disabled="removeDisabled" :disabled="removeDisabled"
class="js-issue-item-remove-button" class="js-issue-item-remove-button"
......
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