Files
openmct/.github
Andrew Henry 670449a493 Updated playwright and fixed some test flake (#8248)
* 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
2026-02-03 11:30:35 -08:00
..