mirror of
https://github.com/nasa/openmct.git
synced 2025-02-21 01:42:31 +00:00
* Fixed bug which prevented historical images from loading. imageLoadDelay variable would be initialized as a string when it's supposed to be initialized as an integer. * Updated image load delay in E2E test. * Implemented suggested tweak for parsing image delay. Co-authored-by: John Hill <john.c.hill@nasa.gov>