Skip to content
Snippets Groups Projects

Add feature spec for delete note action

1 unresolved thread
Files
2
@@ -174,6 +174,13 @@ export default {
@@ -174,6 +174,13 @@ export default {
>
>
{{ $options.i18n.deleteNoteText }}
{{ $options.i18n.deleteNoteText }}
</gl-dropdown-item>
</gl-dropdown-item>
 
<gl-dropdown-item
 
 
data-testid="new-note-action"
 
@click="$emit('assignUser')"
 
>
 
New action
 
</gl-dropdown-item>
</gl-dropdown>
</gl-dropdown>
</div>
</div>
</template>
</template>
Loading