Nc fix/integration minor changes (#9184)

* fix(nc-gui): reduce font weight of connection name col cell

* fix(nc-gui): show spinner in edit source modal while loading integration

* fix(nc-gui): show loading spinner in create source, create/edit connection modal

* fix(nc-gui): monor changes

* chore(nc-gui): lint

* fix(nc-gui): remove extra integration pagemode check condition

* fix(nc-gui): update ds test case

* feat(nc-gui): add AI integration category

* fix: move syncDataType and IntegrationCategoryType enum to noco-sdk

* fix(nc-gui): cleanup unused code

* fix(nc-gui): integration list modal open issue from create source modal

* chore(nc-gui): lint

* fix(nc-gui): prevent unnecessarily load integration api calls

* fix(nc-gui): handle reset integration data on base change

* fix(nc-gui): add missing sync pr changes
This commit is contained in:
Ramesh Mane
2024-08-09 12:39:17 +05:30
committed by GitHub
parent cb8a942d67
commit 5fbab165e5
23 changed files with 268 additions and 271 deletions

View File

@@ -95,6 +95,8 @@ export class DataSourcePage extends BasePage {
await this.getDsDetailsModal().waitFor({ state: 'visible' });
await this.getDsDetailsModal().getByTestId('nc-connection-tab').click();
await this.getDsDetailsModal().locator('.nc-general-overlay').first().waitFor({ state: 'hidden' });
}
async openAcl({ dataSourceName = defaultBaseName }: { dataSourceName?: string } = {}) {