Skip to content

Commit

Permalink
reset CI test file
Browse files Browse the repository at this point in the history
  • Loading branch information
sagerb committed Dec 19, 2024
1 parent d77b562 commit 4e65fff
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions test/vscode-ui/test/specs/fastapi.spec.ts
Original file line number Diff line number Diff line change
Expand Up @@ -53,21 +53,6 @@ describe("VS Code Extension UI Test", () => {
const simplepy = browser.$(`aria/simple.py`);
await simplepy.click();

// const elem = await $("#quickInput_message");
// await browser.waitUntil(
// async function () {
// return (
// (await elem.getText()) ===
// "Enter a title for your content or application. (Press 'Enter' to confirm or 'Escape' to cancel)"
// );
// },
// {
// timeout: 60000,
// timeoutMsg:
// "expected Title prompt to be visible after 60 seconds of inspection processing",
// },
// );

const titleMessage = browser.$("#quickInput_message");
await expect(titleMessage).toHaveText(
"Enter a title for your content or application. (Press 'Enter' to confirm or 'Escape' to cancel)",
Expand Down

0 comments on commit 4e65fff

Please sign in to comment.