mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Fix deploy upgrade existing not choosing the correct database (#14635)
* fix deploy upgrade existing not choosing the correct database * fix test * specify databaseDropdownValue as a string
This commit is contained in:
@@ -22,7 +22,7 @@ export class TestDeployConfigPage extends DeployConfigPage {
|
||||
}
|
||||
|
||||
SetDatabaseDropDown(): void {
|
||||
this.databaseDropdown.value = { name: 'DummyDatabase', displayName: 'DummyDatabase' };
|
||||
this.databaseDropdown.value = 'DummyDatabase';
|
||||
}
|
||||
|
||||
SetFileName(): void {
|
||||
|
||||
Reference in New Issue
Block a user