Commit dcb3b53
committed
fix(test): wait for async process info update in terminal title test
The "clear stale title after child process exits" test had a race
condition on Windows where the flyout label still showed "node.exe"
because the async process detection hadn't completed yet. Add an
awaitsFor that polls until the flyout label no longer contains "node".1 parent f56a68d commit dcb3b53
1 file changed
Lines changed: 13 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
528 | 528 | | |
529 | 529 | | |
530 | 530 | | |
| 531 | + | |
| 532 | + | |
| 533 | + | |
| 534 | + | |
| 535 | + | |
| 536 | + | |
| 537 | + | |
| 538 | + | |
| 539 | + | |
| 540 | + | |
| 541 | + | |
| 542 | + | |
| 543 | + | |
531 | 544 | | |
532 | | - | |
533 | 545 | | |
534 | 546 | | |
535 | 547 | | |
| |||
0 commit comments