mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-29 13:27:01 +00:00
test: use different class name for cell & expand modal picker
Signed-off-by: Raju Udava <86527202+dstala@users.noreply.github.com>
This commit is contained in:
@@ -89,7 +89,7 @@ function onRemoveFileClick(title: any, i: number) {
|
||||
<div
|
||||
v-if="isSharedForm || (!readOnly && isUIAllowed('tableAttachment') && !isPublic && !isLocked)"
|
||||
class="nc-attach-file group"
|
||||
data-testid="attachment-cell-file-picker-button"
|
||||
data-testid="attachment-expand-file-picker-button"
|
||||
@click="open"
|
||||
>
|
||||
<MaterialSymbolsAttachFile class="transform group-hover:(text-accent scale-120)" />
|
||||
|
||||
Reference in New Issue
Block a user