|
|
@ -225,7 +225,6 @@ test.describe('Erd', () => { |
|
|
|
await dashboard.grid.column.create({ title: 'test_column' }); |
|
|
|
await dashboard.grid.column.create({ title: 'test_column' }); |
|
|
|
|
|
|
|
|
|
|
|
// Verify
|
|
|
|
// Verify
|
|
|
|
await dashboard.grid.topbar.btn_details.click(); |
|
|
|
|
|
|
|
await openErdOfATable('Country'); |
|
|
|
await openErdOfATable('Country'); |
|
|
|
|
|
|
|
|
|
|
|
await erd.verifyNode({ |
|
|
|
await erd.verifyNode({ |
|
|
@ -245,7 +244,6 @@ test.describe('Erd', () => { |
|
|
|
}); |
|
|
|
}); |
|
|
|
|
|
|
|
|
|
|
|
// Verify
|
|
|
|
// Verify
|
|
|
|
await dashboard.grid.topbar.btn_details.click(); |
|
|
|
|
|
|
|
await openErdOfATable('Country'); |
|
|
|
await openErdOfATable('Country'); |
|
|
|
|
|
|
|
|
|
|
|
await erd.verifyNode({ |
|
|
|
await erd.verifyNode({ |
|
|
@ -258,7 +256,6 @@ test.describe('Erd', () => { |
|
|
|
await dashboard.grid.topbar.btn_data.click(); |
|
|
|
await dashboard.grid.topbar.btn_data.click(); |
|
|
|
// Delete column
|
|
|
|
// Delete column
|
|
|
|
await dashboard.grid.column.delete({ title: 'new_test_column' }); |
|
|
|
await dashboard.grid.column.delete({ title: 'new_test_column' }); |
|
|
|
await dashboard.grid.topbar.btn_details.click(); |
|
|
|
|
|
|
|
await openErdOfATable('Country'); |
|
|
|
await openErdOfATable('Country'); |
|
|
|
await erd.clickShowColumnNames(); |
|
|
|
await erd.clickShowColumnNames(); |
|
|
|
|
|
|
|
|
|
|
|