mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 02:15:12 +00:00
test(pw): excel import test fail
This commit is contained in:
@@ -1068,7 +1068,7 @@ const getErrorByTableName = (tableName: string) => {
|
||||
</a-form-item>
|
||||
<template v-else>
|
||||
<NcTooltip :title="table.table_name" show-on-truncate-only class="flex-1 truncate">
|
||||
<span @click.stop="currentTableToEdit = tableIdx">
|
||||
<span @click.stop="currentTableToEdit = tableIdx" class="nc-import-table-name">
|
||||
{{ table.table_name }}
|
||||
</span>
|
||||
</NcTooltip>
|
||||
|
||||
@@ -26,8 +26,8 @@ export class ImportTemplatePage extends BasePage {
|
||||
const tableName = await this.get()
|
||||
.locator(`.ant-collapse-header`)
|
||||
.nth(i)
|
||||
.locator('input[type="text"]')
|
||||
.inputValue();
|
||||
.locator('.nc-import-table-name')
|
||||
.textContent();
|
||||
tableList.push(tableName);
|
||||
}
|
||||
return tableList;
|
||||
|
||||
Reference in New Issue
Block a user