mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Fix smoke tests (#11734)
* add small timeout to address timeout issues in smoke tests * fix comment * longer wait * fix smoketests * redisable web
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)';
|
private static readonly CONNECT_BUTTON_SELECTOR = '.modal .modal-footer a[aria-label="Connect"]:not(.disabled)';
|
||||||
async connect(): Promise<void> {
|
async connect(): Promise<void> {
|
||||||
await this.code.waitAndClick(ConnectionDialog.CONNECT_BUTTON_SELECTOR);
|
await this.code.waitAndClick(ConnectionDialog.CONNECT_BUTTON_SELECTOR, 50, 24); // adjust for potentially a notification being in the way
|
||||||
|
|
||||||
return this.waitForDialogGone();
|
return this.waitForDialogGone();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user