mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-09 01:32:34 -05:00
Add check for disable telemetry when showing opt out (#11796)
* add check for disable telemtry when showing output * remove previous fixes for smoke tests * fix compile * continue on error for smoke tests
This commit is contained in:
@@ -30,7 +30,7 @@ export class ConnectionDialog extends Dialog {
|
||||
|
||||
private static readonly CONNECT_BUTTON_SELECTOR = '.modal .modal-footer a[aria-label="Connect"]:not(.disabled)';
|
||||
async connect(): Promise<void> {
|
||||
await this.code.waitAndClick(ConnectionDialog.CONNECT_BUTTON_SELECTOR, 0, 10); // adjust for potentially a notification being in the way
|
||||
await this.code.waitAndClick(ConnectionDialog.CONNECT_BUTTON_SELECTOR);
|
||||
|
||||
return this.waitForDialogGone();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user