-
Notifications
You must be signed in to change notification settings - Fork 34.6k
Closed
Labels
bugIssue identified by VS Code Team member as probable bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded
Milestone
Description
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 bugIssue identified by VS Code Team member as probable bugverifiedVerification succeededVerification succeeded