mirror of
https://github.com/nasa/openmct.git
synced 2025-02-11 21:26:28 +00:00
Some checks are pending
CodeQL / Analyze (push) Waiting to run
* Ensure that the mode set when independent time conductor is enabled/disabled is propagated correctly. Also ensure that global time conductor changes are not picked up by the independent time conductor when the user has enabled it at least once before * Use structuredClone instead of deep copy * Add e2e test * Assert that you're in fixed mode after sync time conductor * Comment explaining new time context test * Change test to be a little less complicated * Fix linting errors