Skip to content

Localization test fails on remote smoketest #78412

@roblourens

Description

@roblourens

When running the smoketest with --remote, the Localization test fails.

  1) Running Code
       Localization
         "before all" hook:
     Error: Timeout: get element '.monaco-workbench .statusbar-item[title="Editing on TestResolver"]' after 20 seconds.
      at /Users/roblou/code/vscode/test/smoke/out/vscode/code.js:163:23
      at Generator.next (<anonymous>)
      at fulfilled (out/vscode/code.js:8:58)

It can't find the item with that title because the title is now localized.

Not sure how to handle this @aeschli, we could just look for an item that has the remote name in it, which would match either the "Editing" or "Disconnected" items but not the "Opening Remote" item.

Metadata

Metadata

Assignees

Labels

bugIssue identified by VS Code Team member as probable bugverifiedVerification succeeded

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions