|
|
@ -45,8 +45,10 @@ test.describe('Erd', () => { |
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
const openProjectErd = async () => { |
|
|
|
const openProjectErd = async () => { |
|
|
|
await dashboard.baseView.tab_dataSources.click(); |
|
|
|
await dashboard.treeView.baseSettings({ title: context.base.title }); |
|
|
|
await dashboard.baseView.dataSources.openERD({ rowIndex: 0 }); |
|
|
|
await dashboard.settings.selectTab({ tab: 'dataSources' }); |
|
|
|
|
|
|
|
await dashboard.settings.dataSources.openErd({ rowIndex: 0 }); |
|
|
|
|
|
|
|
// await dashboard.baseView.dataSources.openERD({ rowIndex: 0 });
|
|
|
|
}; |
|
|
|
}; |
|
|
|
|
|
|
|
|
|
|
|
const openErdOfATable = async (tableName: string) => { |
|
|
|
const openErdOfATable = async (tableName: string) => { |
|
|
|