mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 00:07:04 +00:00
tests: fix the e2e tests
This commit is contained in:
@@ -64,13 +64,7 @@ const cellIcon = (column: ColumnType) =>
|
||||
<div class="text-[#4a5268] text-sm font-medium">{{ metaColumnById?.[valueFieldId]?.title }}</div>
|
||||
</div>
|
||||
<div class="flex-1"></div>
|
||||
<NcButton
|
||||
class="nc-expand-form-close-btn !w-7 !h-7"
|
||||
data-testid="nc-expanded-form-close"
|
||||
type="text"
|
||||
size="xsmall"
|
||||
@click="modalVisible = false"
|
||||
>
|
||||
<NcButton class="nc-barcode-close !w-7 !h-7" type="text" size="xsmall" @click="modalVisible = false">
|
||||
<GeneralIcon class="text-md text-gray-700 h-4 w-4" icon="close" />
|
||||
</NcButton>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user