mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 18:36:53 +00:00
test: update some pw test
This commit is contained in:
@@ -110,6 +110,8 @@ const onMenuClick = (e: Event) => {
|
||||
:tabindex="0"
|
||||
class="nc-base-node group relative flex items-center gap-3 p-3 rounded-xl cursor-pointer border-1 transition-all border-nc-border-gray-medium hover:border-nc-border-gray-dark hover:shadow-sm"
|
||||
:class="{ 'is-marked': isMarked, 'is-editing': editMode }"
|
||||
:data-id="base.id"
|
||||
:data-testid="`nc-base-list-modal-base-title-${base.title}`"
|
||||
@click="handleSelect"
|
||||
@keydown.enter.stop="handleSelect"
|
||||
>
|
||||
|
||||
Reference in New Issue
Block a user