mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 17:22:42 -05:00
Add simple notebook smoke test (#12898)
* add simple notebook smoke test * add id for notebook dropdown elements
This commit is contained in:
@@ -350,6 +350,7 @@ export class SelectBox extends vsSelectBox {
|
||||
|
||||
super.render(selectContainer);
|
||||
this.selectElement.classList.add('action-item-label');
|
||||
this.selectElement.id = selectOptions.id;
|
||||
}
|
||||
else {
|
||||
super.render(container);
|
||||
@@ -364,4 +365,5 @@ export class SelectBox extends vsSelectBox {
|
||||
export interface ISelectBoxOptionsWithLabel extends ISelectBoxOptions {
|
||||
labelText?: string;
|
||||
labelOnTop?: boolean;
|
||||
id?: string;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user