Skip to content

Remote Smoke: Goto page finds welcome page on remove #74875

Closed
@aeschli

Description

@aeschli

Running the remote smoketest against a build shows that search returns more results in a remote window than in a local window.

In a remote window, the results contains the welcome page, where as in a regular window they don't.

  • checkout distro
  • Run yarn smoketest --remote --build ~/vscode/1.35.0-insiders/VSCode-linux-x64/

I added a workaround so the smoke tests passes:

const numResultsExpected = this.app.remote ? 7 : 6;

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugsearchSearch widget and operation issuesverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions