Commit dda3822
committed
test(nav): drop the two click-dispatch tests that flaked the suite
Removing the #showInfileTree and #searchNav click-dispatch specs added
in fa455de (and then tried to be patched up in 1fdcf51). Even with
no openFile and with explicit FindInFilesUI._closeFindBar cleanup,
triggering those clicks still leaked side effects across
closeTestWindow() + loadProjectInTestWindow() that shifted the
subsequent _validateNavForFiles tests' nav-history ordering, producing
deterministic "Active file to be test.css" timeouts only in full-suite
runs.
Commenting the two specs out was confirmed by the user to restore the
suite. The dispatch-on-click coverage these provided isn't worth the
flake surface; if it's wanted later it should live in a describe block
with isolated beforeAll/afterAll so it can't race the history tests.1 parent 6bf254e commit dda3822
1 file changed
Lines changed: 0 additions & 46 deletions
File tree
- test/spec
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
344 | 344 | | |
345 | 345 | | |
346 | 346 | | |
347 | | - | |
348 | | - | |
349 | | - | |
350 | | - | |
351 | | - | |
352 | | - | |
353 | | - | |
354 | | - | |
355 | | - | |
356 | | - | |
357 | | - | |
358 | | - | |
359 | | - | |
360 | | - | |
361 | | - | |
362 | | - | |
363 | | - | |
364 | | - | |
365 | | - | |
366 | | - | |
367 | | - | |
368 | | - | |
369 | | - | |
370 | | - | |
371 | | - | |
372 | | - | |
373 | | - | |
374 | | - | |
375 | | - | |
376 | | - | |
377 | | - | |
378 | | - | |
379 | | - | |
380 | | - | |
381 | | - | |
382 | | - | |
383 | | - | |
384 | | - | |
385 | | - | |
386 | | - | |
387 | | - | |
388 | | - | |
389 | | - | |
390 | | - | |
391 | | - | |
392 | | - | |
393 | 347 | | |
394 | 348 | | |
395 | 349 | | |
| |||
0 commit comments