mirror of
https://github.com/nasa/openmct.git
synced 2025-01-27 22:59:37 +00:00
dfb726b924
* Unpause telemetry table on user bounds change (#5113) * Add tests for table pause and unpause (#5113) * Add test (#5113) - Add test for scenario where table is paused by button but unpaused by user bounds change * Add test (#5113) - Add test for table does not unpause on a bounds change caused by a tick * Add e2e test (#5113) - Add test for scenario where table is paused by button but unpaused by user bounds change * Add test (#5113) - Correctly simulate clock tick - Exclude datum with new bounds and ensure the correct tableRow count * Remove 'wait for save banner' logic from e2e test * Use augmented `test` object in e2e test - Imports `test` object from `fixtures.js` * e2e: Add workarounds for chromium issue * Refactor per code review comments - Simplify `userBoundsChanged()` logic, get rid of duplicate code * Just get rid of the unnecessary method * Respond to code review comments - `destroyed()` --> `beforeDestroy()` - Rename `unpausedByButton` parameter to include user bounds change condition - Remove unused parameter