openmct/e2e/tests
Jesse Mazzella f0ef93dd3f
fix: remove tree-item-destroyed event (#6856)
* fix: remove `tree-item-destroyed` event

- Composition listeners should only be removed if the item has been deleted or its parent has been collapsed. Both are handled by `mct-tree` already, so doing this additionally when tree-items unmount is redundant.

- In addition to that, any time the `visibleTreeItems` array changes, all tree-items will unmount, so this just doesn't work as intended-- it will unregister all composition listeners whenever the tree changes!

* test: stabilize imagery test

- Use keyboard gestures to navigate

* fix: lint:fix
2023-07-31 11:57:11 -05:00
..
framework [CI] Update Github Actions to combine deploysentinel PR reports and driveby (#6784) 2023-07-11 14:31:23 -07:00
functional fix: remove tree-item-destroyed event (#6856) 2023-07-31 11:57:11 -05:00
performance chore: add prettier (2/3): apply formatting, re-enable lint ci step (#6682) 2023-05-18 21:54:46 +00:00
visual Revert "[CI] Temporarily disable some tests" (#6853) 2023-07-28 17:20:06 -07:00