mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-01 10:36:47 +00:00
test(pw): excel import test fail
This commit is contained in:
@@ -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