mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-20 17:22:51 -05:00
Added loading to dropdowns (#12214)
* Added loading prop to dropdowns * Added property for setting loading text message * removed unnecessary sets * changed code to match new changes * Changed the dropdown loader to use select component instead of edit. Added missing props in dropdown loader
This commit is contained in:
@@ -108,7 +108,6 @@ describe('File config page', function () {
|
||||
should.notEqual(fileConfigPage.tableNameTextBox, undefined, 'tableNameTextBox should not be undefined');
|
||||
should.notEqual(fileConfigPage.schemaDropdown, undefined, 'schemaDropdown should not be undefined');
|
||||
should.notEqual(fileConfigPage.form, undefined, 'form should not be undefined');
|
||||
should.notEqual(fileConfigPage.databaseLoader, undefined, 'databaseLoader should not be undefined');
|
||||
should.notEqual(fileConfigPage.schemaLoader, undefined, 'schemaLoader should not be undefined');
|
||||
|
||||
await fileConfigPage.onPageLeave();
|
||||
|
||||
Reference in New Issue
Block a user