mirror of
https://github.com/nasa/openmct.git
synced 2026-06-01 12:27:49 -05:00
* Updated playwright
* Updated package-lock.json after recent changes
* Fixed flakey notebook test
* Fixed janky test
* Fix text jank
* Playwright broke our test
* Fix timer test that cannot possibly have worked
* Fix flake in visual tests
* Remove networkIdle wait. It's not super reliable to begin with, and seems to behave differently in recent Playwright
* Retire impossible test
* Remove redundant search test
* Fixed non-deterministic network test
* Added requestfinished to dictionary
* Restore eslint exception for networkidle
* Fixed lint error
* use clear() instead of fill('')
* Don't use nth
* Use text identifiers rather than indexes to reference cells
* Fix typo
* Tighten up network delay