We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d4fe40b commit 6c07f55Copy full SHA for 6c07f55
contentcuration/contentcuration/frontend/channelEdit/components/StudioTree/StudioTree.vue
@@ -126,13 +126,15 @@
126
@click.stop
127
>
128
<template #menu>
129
- <ContentNodeOptions :nodeId="nodeId" />
+ <ContentNodeOptions :nodeId="nodeId" data-test="editMenu"/>
130
</template>
131
</KIconButton>
132
</VFlex>
133
<ContentNodeOptions
134
+ v-if="allowEditing && !copying"
135
isContextMenu
136
:nodeId="nodeId"
137
+ data-test="contextMenu"
138
139
<template #header>
140
<div class="caption grey--text pt-2 px-3" :class="getTitleClass(node)">
0 commit comments