fix(nc-gui): source erd test fail issue

This commit is contained in:
Ramesh Mane
2024-08-07 21:11:14 +05:30
parent 2b4a3c1d6a
commit 0fb4c4878d
3 changed files with 5 additions and 4 deletions

View File

@@ -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 }) {