mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 20:57:10 +00:00
tests: playwright
This commit is contained in:
@@ -545,7 +545,7 @@ const allowDataWrite = computed({
|
||||
</NcTooltip>
|
||||
</div>
|
||||
</template>
|
||||
<a-switch v-model:checked="allowMetaWrite" size="small"></a-switch>
|
||||
<a-switch v-model:checked="allowMetaWrite" data-testid="nc-allow-meta-write" size="small"></a-switch>
|
||||
</a-form-item>
|
||||
<a-form-item>
|
||||
<template #label>
|
||||
@@ -561,7 +561,7 @@ const allowDataWrite = computed({
|
||||
</NcTooltip>
|
||||
</div>
|
||||
</template>
|
||||
<a-switch v-model:checked="allowDataWrite" size="small"></a-switch>
|
||||
<a-switch v-model:checked="allowDataWrite" data-testid="nc-allow-data-write" size="small"></a-switch>
|
||||
</a-form-item>
|
||||
|
||||
<div class="flex items-right justify-end gap-2">
|
||||
|
||||
@@ -563,7 +563,7 @@ const allowDataWrite = computed({
|
||||
</NcTooltip>
|
||||
</div>
|
||||
</template>
|
||||
<a-switch v-model:checked="allowMetaWrite" size="small"></a-switch>
|
||||
<a-switch v-model:checked="allowMetaWrite" data-testid="nc-allow-meta-write" size="small"></a-switch>
|
||||
</a-form-item>
|
||||
<a-form-item>
|
||||
<template #label>
|
||||
@@ -579,7 +579,7 @@ const allowDataWrite = computed({
|
||||
</NcTooltip>
|
||||
</div>
|
||||
</template>
|
||||
<a-switch v-model:checked="allowDataWrite" size="small"></a-switch>
|
||||
<a-switch v-model:checked="allowDataWrite" data-testid="nc-allow-data-write" size="small"></a-switch>
|
||||
</a-form-item>
|
||||
<!-- Use Connection URL -->
|
||||
<div class="flex justify-end gap-2">
|
||||
|
||||
Reference in New Issue
Block a user