mirror of
https://github.com/nocodb/nocodb.git
synced 2026-05-02 21:16:48 +00:00
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:
@@ -20,6 +20,8 @@ export class SourcePage extends BasePage {
|
||||
async openEditWindow({ sourceName }: { sourceName: string }) {
|
||||
await this.get().locator('.ds-table-row', { hasText: sourceName }).click();
|
||||
await this.getDsDetailsModal().getByTestId('nc-connection-tab').click();
|
||||
|
||||
await this.getDsDetailsModal().locator('.nc-general-overlay').first().waitFor({ state: 'hidden' });
|
||||
}
|
||||
|
||||
async updateSchemaReadOnly({ sourceName, readOnly }: { sourceName: string; readOnly: boolean }) {
|
||||
|
||||
Reference in New Issue
Block a user