Not planned
Description
1) VSCode Smoke Tests (Electron)
Data Loss (insiders -> insiders)
verifies opened editors are restored:
Error: Timeout: click '.tabs-container div.tab[data-resource-name$="Untitled-1"]' after 20 seconds.
at Code.poll (/Users/runner/work/1/s/test/automation/src/code.ts:256:11)
at Code.waitAndClick (/Users/runner/work/1/s/test/automation/src/code.ts:197:3)
at Editors.selectTab (/Users/runner/work/1/s/test/automation/src/editors.ts:30:4)
at Context.<anonymous> (src/areas/workbench/data-loss.test.ts:37:4)
Activity
bpasero commentedon Aug 9, 2022
Caused by what seems to be a unhealthy CI machine where the first instance is not shutting down orderly and thus fails to persist its UI state (which is needed for the second run):
In my eyes, this is not really actionable. Daniel thoughts?
driver.exitApplication
sometimes does not work #157979bpasero commentedon Aug 12, 2022
/duplicate #157979
vscodenpa commentedon Aug 12, 2022
Thanks for creating this issue! We figured it's covering the same as another one we already have. Thus, we closed this one as a duplicate. You can search for similar existing issues. See also our issue reporting guidelines.
Happy Coding!