mirror of
https://github.com/nasa/openmct.git
synced 2025-02-01 00:45:41 +00:00
Dismiss overlay from exampleUser plugin which affected menu api positioning
This commit is contained in:
parent
1d2c56eabf
commit
f7bc4975b3
@ -31,6 +31,8 @@ describe('The Example User Plugin', () => {
|
||||
});
|
||||
|
||||
afterEach(() => {
|
||||
const activeOverlays = openmct.overlays.activeOverlays;
|
||||
activeOverlays.forEach((overlay) => overlay.dismiss());
|
||||
return resetApplicationState(openmct);
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user