remove extra step (#16806)

This commit is contained in:
Lucy Zhang
2021-08-18 06:17:18 -07:00
committed by GitHub
parent cb54cc7bb9
commit 8eaccff202

View File

@@ -22,9 +22,6 @@ export class ConfigurePythonDialog extends Dialog {
const dialogPageInView = '.modal .modal-body .dialogModal-pane: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.
// 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.