mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 18:46:40 -05:00
remove extra step (#16806)
This commit is contained in:
@@ -22,9 +22,6 @@ export class ConfigurePythonDialog extends Dialog {
|
|||||||
const dialogPageInView = '.modal .modal-body .dialogModal-pane:not(.dialogModal-hidden)';
|
const dialogPageInView = '.modal .modal-body .dialogModal-pane:not(.dialogModal-hidden)';
|
||||||
const dialogButtonInView = '.modal .modal-footer .footer-button:not(.dialogModal-hidden)';
|
const dialogButtonInView = '.modal .modal-footer .footer-button:not(.dialogModal-hidden)';
|
||||||
|
|
||||||
const newPythonInstallation = `${dialogPageInView} input[aria-label="New Python installation"]`;
|
|
||||||
await this.code.waitAndClick(newPythonInstallation);
|
|
||||||
|
|
||||||
// Wait up to 1 minute for the python install location to be loaded before clicking the next button.
|
// Wait up to 1 minute for the python install location to be loaded before clicking the next button.
|
||||||
// There may be a timing issue where the smoke test attempts to go to the next page before
|
// There may be a timing issue where the smoke test attempts to go to the next page before
|
||||||
// the contents are loaded, causing the test to fail.
|
// the contents are loaded, causing the test to fail.
|
||||||
|
|||||||
Reference in New Issue
Block a user