mirror of
https://github.com/nocodb/nocodb.git
synced 2026-04-25 05:26:08 +00:00
fix(nc-gui): source erd test fail issue
This commit is contained in:
@@ -71,10 +71,9 @@ export class DataSourcePage extends BasePage {
|
||||
|
||||
await row.click();
|
||||
|
||||
await this.getDsDetailsModal().waitFor({ state: 'visible' });
|
||||
// kludge: only in testing it's not rendering all tables
|
||||
await this.getDsDetailsModal().getByTestId('nc-acl-tab').click();
|
||||
await this.getDsDetailsModal().getByTestId('nc-erd-tab').click();
|
||||
|
||||
// await row.getByTestId('nc-data-sources-view-erd').click();
|
||||
}
|
||||
|
||||
async openAudit({ rowIndex }: { rowIndex: number }) {
|
||||
|
||||
Reference in New Issue
Block a user